{"id":16613359,"url":"https://github.com/sergeileduc/smallify-comics-linux","last_synced_at":"2026-05-10T03:41:22.680Z","repository":{"id":54020104,"uuid":"199081624","full_name":"Sergeileduc/Smallify-comics-linux","owner":"Sergeileduc","description":"Smallify comics with bash and python","archived":false,"fork":false,"pushed_at":"2021-03-10T09:30:27.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T16:26:56.293Z","etag":null,"topics":["bash","bash-script","cbr","cbr-archive","cbz","cbz-archive","comics","imagemagick","magick","python3","smallify-comics"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sergeileduc.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}},"created_at":"2019-07-26T21:24:09.000Z","updated_at":"2021-03-10T09:24:51.000Z","dependencies_parsed_at":"2022-08-13T06:10:09.510Z","dependency_job_id":null,"html_url":"https://github.com/Sergeileduc/Smallify-comics-linux","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergeileduc%2FSmallify-comics-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergeileduc%2FSmallify-comics-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergeileduc%2FSmallify-comics-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergeileduc%2FSmallify-comics-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sergeileduc","download_url":"https://codeload.github.com/Sergeileduc/Smallify-comics-linux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242940018,"owners_count":20209883,"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":["bash","bash-script","cbr","cbr-archive","cbz","cbz-archive","comics","imagemagick","magick","python3","smallify-comics"],"created_at":"2024-10-12T01:46:58.923Z","updated_at":"2026-05-10T03:41:17.649Z","avatar_url":"https://github.com/Sergeileduc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smallify-comics\n\n## Requirements\nsmallifiy uses Image Magick, please install first\n`sudo apt-get install imagemagick`\n\nfor CBR files, you'll need rar and unrar:\n\n`sudo apt install rar unrar`\n\nsmallify-recurse is a Python3 script (you need Python3)\n\n## Install\nPut files into a known folder of your PATH (exemple : `.local/bin`)\nor make links (ln) between your git clone folder files, and your path `.local/bin`\n\nMake sure they have execution (x) permission\n\n(if not, `chmod +x filename`)\n\n## Use\n\n### Only in current folder\nIn a folder containing multiple cbr and/or cbz files,\n\nopen a Terminal and type :\n\n`smallify-all`\nThis will smallify all comics and saves in \"Smaller_comics\" default folder\nSafe to use.\n\n`smallify-all -f \"My low bandwith comics`\n\n`smallify-all --folder \"My low bandwith comics`\n\nThis will create `My low bandwith comics` folder and store smallified comics inside.\nSafe to use\n\n`smallify-all -r`\n\n`smallify-all --replace`\n\nThis will REPLACE your original comics !! BE CAREFUL !\n\nJPEG quality and image height can be specified with -q and -s options\n`smallify-all -q 70 -s 1920`\n`smallify-all -q 70 -s 1920 --replace`\n\nYou are able to 'skip' files under a certain size (in Mo) with -k (or --skip) option\n`smallify-all -k 20`\n`smallify-all -q 70 -s 1920 --replace --skip 20`\n\n### Recursivity\nFor recursive, you can use :\n\n`smallify-recurse`\n(all sub-folders)\n\n`smallify-recurse -d 2`\n(2 sub-level depth)\n\nfor current folder only\n`smallify-recurse -d 0`\n\n* -d, --depth : choose level of recursivity\n\nOther options ar the same.\n\n* -h, --help    : display help\n* -r, --replace : replace comiccs (BE CAREFUL !)\n* -f, --folder  : choose a name for your smallified comics output folder\n* -q QUALITY, --quality QUALITY : jpeg quality (0 to 100). default is 70\n* -s SIZE, --size SIZE  Image height. default is 1920\n* -k SKIP, --skip SKIP  Skip files under this size (in Mo).\n\n`smallify-recurse -r` or `smallify-recurse --replace` will replace your comics, with a top-down recursivity.\nBe careful !\n\nArguments can be mixed :\n\n`smallify-recurse -d 0 -r`\n\n`smallify-recurse -d0 -f \"my folder\"`\n\n`smallify-recurse -q 70 -s 1920 -r`\n\n`smallify-recurse -q 70 -s 1920 -r -k 20`\n\n## License\n[GNU General Public License version 3](https://opensource.org/licenses/GPL-3.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeileduc%2Fsmallify-comics-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeileduc%2Fsmallify-comics-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeileduc%2Fsmallify-comics-linux/lists"}