{"id":16367901,"url":"https://github.com/treetips/simple-fast-image-converter","last_synced_at":"2026-04-29T22:06:28.238Z","repository":{"id":150606752,"uuid":"109517479","full_name":"treetips/simple-fast-image-converter","owner":"treetips","description":"Simple fast image converter","archived":false,"fork":false,"pushed_at":"2017-11-09T15:25:52.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T00:09:10.251Z","etag":null,"topics":["docker","image-compression","pillow-simd","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/treetips.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-11-04T17:56:37.000Z","updated_at":"2017-11-04T18:33:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7eff8d8-3f4f-42da-b1e0-6a4b1db5fa6f","html_url":"https://github.com/treetips/simple-fast-image-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/treetips/simple-fast-image-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fsimple-fast-image-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fsimple-fast-image-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fsimple-fast-image-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fsimple-fast-image-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treetips","download_url":"https://codeload.github.com/treetips/simple-fast-image-converter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Fsimple-fast-image-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","image-compression","pillow-simd","python3"],"created_at":"2024-10-11T02:51:08.364Z","updated_at":"2026-04-29T22:06:28.234Z","avatar_url":"https://github.com/treetips.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple fast image converter\n\n[http://schemaspy.org/](SchemaSpy)\n\n[en]\n\nSimple and high-speed image transformation using docker.\n\n[jp]\n\ndockerを使ってシンプルで高速な画像の画質調整を行う事ができます。\n\n## Description\n\n[en]\n\nYou can parallel computation with the core number of CPU's and can convert it faster than ImageMagick and Pillow by using Python Pillow-SIMD of high quality at high speed.\n\nIn addition, the environmental setting that is boring by trouble is unnecessary because this use Docker. You only start a container in any timing and can easily perform picture adjustment fast.\n\nIn addition, please warn the converted image because it is `overwritten`.\n\n[jp]\n\nCPUのコア数で並列処理をし、高速で高品質なPython Pillow-SIMDを使う事で、ImageMagickやPillowよりも、更に高速に変換する事ができます。\n\nまた、Dockerを使っているので、面倒で退屈な環境設定も不要です。\b任意のタイミングでコンテナを起動するだけで、簡単に高速に画質調整を行う事ができます。\n\n尚、変換された画像は`上書きされる`ので、注意して下さい。\n\n## Use cases\n\n1. Jenkins git clone.\n2. Set WORKSPACE environment. (WORKSPACE environment is automatically set by jenkins)\n3. Execute Simple fast image converter. (docker-compose up)\n4. Build application.\n5. Deploy application.\n\n## Features\n\n- Docker v17\n- docker-compose v1.16\n- Alpine Linux v3.6\n- Python v3.6.3\n- Pillow-SIMD v4.3.0\n\n## Requirement\n\n- Docker(version 1.13.0 or higher)\n- docker-compose\n- image files\n\n## Usage\n\n```bash\n# git clone\ngit clone https://github.com/treetips/simple-fast-image-converter.git\ncd simple-fast-image-converter\n# edit workspace path\nexport WORKSPACE=xxxxxxx\n# Run containers and convert images\ndocker-compose up\n```\n\n## Change supprt image format (image extension)\n\n[en]\n\nWhen you want to limit the extension of a file performing image transformation, set `settings.txt` as follows.\n\nBecause processing is very slow, the reversible compression recommends that I support only irreversible compression.\n\n    SUPPORT_EXTENSIONS=.jpg,.jpeg,.gif\n\n[jp]\n\n画像変換するファイルの拡張子を限定したい場合、以下のように`settings.txt`を設定して下さい。\n\n可逆圧縮は処理が非常に遅いので、非可逆圧縮のみをサポートする事をお勧めします。\n\n    SUPPORT_EXTENSIONS=.jpg,.jpeg,.gif\n\n\n## Change default image quality\n\n[en]\n\n`settings.txt` is the image configuration file.\n\nWhen you change a picture of the default, set `settings.txt` as follows.\n\n    DEFAULT_IMAGE_QUALITY=80\n\n[jp]\n\n`settings.txt` は画像設定ファイルです。\n\nデフォルトの画質を変更する場合、、以下のように`settings.txt`を設定して下さい。\n\n    DEFAULT_IMAGE_QUALITY=80\n\n## Change every image quality\n\n[en]\n\nWhen you change a picture every image format, set it as follows.\n\n    JPEG=65\n    GIF=70\n\nThe correspondence image format depends on Pillow-SIMD. Please confirm a correspondence format from the following.\n\nhttp://pillow.readthedocs.io/en/3.4.x/handbook/image-file-formats.html\n\n[jp]\n\n画像フォーマット毎に画質を変更する場合は以下のように設定して下さい。\n\n    JPEG=65\n    GIF=70\n\n対応画像フォーマットはPillow-SIMDに依存しています。以下から対応フォーマットを確認して下さい。\n\nhttp://pillow.readthedocs.io/en/3.4.x/handbook/image-file-formats.html\n\n## Change Lang\n\nEdit docker-compose.yml.\n\n    environment:\n      - LANG=ja_JP.UTF-8\n\n## Change timezone\n\nEdit docker-compose.yml.\n\n    environment:\n      - TZ=Asia/Tokyo\n\n## License\n\n[MIT](http://b4b4r07.mit-license.org)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreetips%2Fsimple-fast-image-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreetips%2Fsimple-fast-image-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreetips%2Fsimple-fast-image-converter/lists"}