{"id":13760100,"url":"https://github.com/Izaron/Nonograms","last_synced_at":"2025-05-10T10:31:24.167Z","repository":{"id":74389132,"uuid":"143786328","full_name":"Izaron/Nonograms","owner":"Izaron","description":"A very fast japan crosswords (aka nonograms) solver and generator","archived":false,"fork":false,"pushed_at":"2018-08-07T09:48:23.000Z","size":458,"stargazers_count":59,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T06:02:53.706Z","etag":null,"topics":["nonogram","solver"],"latest_commit_sha":null,"homepage":"https://izaron.github.io/post/solving-colored-japanese-crosswords-with-the-speed-of-light/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Izaron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-08-06T21:40:47.000Z","updated_at":"2024-12-04T09:02:59.000Z","dependencies_parsed_at":"2024-01-15T03:42:49.400Z","dependency_job_id":null,"html_url":"https://github.com/Izaron/Nonograms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Izaron%2FNonograms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Izaron%2FNonograms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Izaron%2FNonograms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Izaron%2FNonograms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Izaron","download_url":"https://codeload.github.com/Izaron/Nonograms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253401203,"owners_count":21902627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nonogram","solver"],"created_at":"2024-08-03T13:01:03.385Z","updated_at":"2025-05-10T10:31:23.731Z","avatar_url":"https://github.com/Izaron.png","language":"C++","readme":"To build and run the program:\n\n```\nmkdir build\ncd build\ncmake ..\nmake\n./nonogram_solver {OPTIONS}\n```\n\nProgram options:\n\n```\n  ./nonograms_solver {OPTIONS}\n\n    This is a nonogram solver program.\n\n  OPTIONS:\n\n      -h, --help                        Display help\n      -i[path_to_puzzle],\n      --input=[path_to_puzzle]          Solve a puzzle\n      -p[path_to_image],\n      --in-image=[path_to_image]        Convert an image to the puzzle\n      -o[image_name],\n      --output=[image_name]             The file name of the solved puzzle image\n      -s[scale_factor],\n      --scale=[scale_factor]            The scale factor of the result image\n      -x[path_to_puzzles],\n      --benchmark=[path_to_puzzles]     Launch a benchmark\n      --gfd=[gif_frame_delay],\n      --gif-frame-delay=[gif_frame_delay]\n                                        Delay between frames in the gif image\n                                        (in ms)\n      --ged=[gif_end_delay],\n      --gif-end-delay=[gif_end_delay]   The last frame delay in the gif image\n                                        (in ms)\n      -b, --black                       Solve white-black puzzle (the default is\n                                        colored)\n      -m, --moves                       Generate step by step images of the\n                                        solution process\n      --em, --extra-moves               Generate step by step images of the\n                                        solution process with more details\n      -g, --gif                         Generate animation of the solution\n                                        process\n      -c, --cool                        Generate a cool image\n      -e, --empty                       Don't save the image of the puzzle\n      -d, --display                     Display the image instead of writing to\n                                        file\n```\n\nWarning - the function to write GIF files works buggy on my machine, you can try to remove this line in CMakeLists.txt:\n```Cmake\nadd_definitions(-DBUGGY_MAGIC)  # can't write gif images\n```\nAnd then rebuild and run the program.\n\nAdditional libraries used in the project - [Magick++](https://github.com/ImageMagick/ImageMagick) and [args](https://github.com/Taywee/args). They may require the installation of some dependent libraries.\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIzaron%2FNonograms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIzaron%2FNonograms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIzaron%2FNonograms/lists"}