{"id":27133594,"url":"https://github.com/reybits/texture-packer","last_synced_at":"2025-04-07T23:49:12.771Z","repository":{"id":278574153,"uuid":"936070473","full_name":"reybits/texture-packer","owner":"reybits","description":"Texture Packer efficiently packs images into a texture atlas, reducing memory usage and improving rendering performance for games and applications.","archived":false,"fork":false,"pushed_at":"2025-03-14T16:36:59.000Z","size":419,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T16:46:08.203Z","etag":null,"topics":["atlas","image","image-processing","jpg","packer","png","texture"],"latest_commit_sha":null,"homepage":"https://www.ugolnik.info/texture-packer/","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/reybits.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-20T13:35:23.000Z","updated_at":"2025-03-12T08:17:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f970b7e-0026-4e94-a2ac-66017abf686a","html_url":"https://github.com/reybits/texture-packer","commit_stats":null,"previous_names":["andreyugolnik/texture-packer","reybits/texture-packer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Ftexture-packer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Ftexture-packer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Ftexture-packer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Ftexture-packer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reybits","download_url":"https://codeload.github.com/reybits/texture-packer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749961,"owners_count":20989713,"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":["atlas","image","image-processing","jpg","packer","png","texture"],"created_at":"2025-04-07T23:49:12.138Z","updated_at":"2025-04-07T23:49:12.763Z","avatar_url":"https://github.com/reybits.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Texture Packer\n\nmaster      | development\n:---------: | :-----------:\n[![Build status: master](https://ci.appveyor.com/api/projects/status/lqfgod1e1pncowc2/branch/master?svg=true)](https://ci.appveyor.com/project/andreyugolnik/texture-packer/branch/master \"Branch: master\") ![GitHub last commit (master)](https://img.shields.io/github/last-commit/andreyugolnik/texture-packer/master) | [![Build status: development](https://ci.appveyor.com/api/projects/status/lqfgod1e1pncowc2/branch/development?svg=true)](https://ci.appveyor.com/project/andreyugolnik/texture-packer/branch/development \"Branch: development\") ![GitHub last commit (development)](https://img.shields.io/github/last-commit/andreyugolnik/texture-packer/development)\n\nThe Texture Packer tool efficiently combines multiple images into a single optimized texture atlas, reducing memory usage and improving rendering performance. It streamlines asset management for game development and UI design by optimizing space usage with intelligent packing algorithms.\n\n## Key features\n\n- Automatically add images from a folder or via the command line.\n- Supports input formats: JPEG, PNG, TGA, BMP, PSD, GIF, HDR, PIC, PNM.\n- Exports to PNG (default), TGA, and BMP.\n- Ability to trim input images to remove transparent areas.\n- Option to set a border around images for better separation.\n\n## Usage\n\n```sh\ntexpacker INPUT_IMAGE [INPUT_IMAGE] -o ATLAS\n  INPUT_IMAGE        input image name or directory separated by space\n  -o ATLAS           output atlas name (default PNG)\n  -res DESC_TEXTURE  output atlas description as XML\n  -pot               make power of two atlas\n  -trim              trim sprites\n  -overlay           draw overlay over sprite\n  -dupes             allow dupes\n  -slow              use slow method instead kd-tree\n  -b size            add border around sprites\n  -p size            add padding between sprites\n```\n\n## Download and build\n\nYou can browse the source code repository on GitHub or get a copy using git with the following command:\n```sh\ngit clone https://github.com/andreyugolnik/texture-packer.git\nmake release\n```\n\n## Input files notes\n\n- **JPEG** baseline \u0026 progressive (12 bpc/arithmetic not supported, same as stock IJG lib).\n- **PNG** 1/2/4/8-bit-per-channel (16 bpc not supported).\n- **TGA** (not sure what subset, if a subset).\n- **BMP** non-1bpp, non-RLE.\n- **PSD** (composited view only, no extra channels, 8/16 bit-per-channel).\n- **GIF** (*comp always reports as 4-channel).\n- **HDR** (radiance rgbE format).\n- **PIC** (Softimage PIC).\n- **PNM** (PPM and PGM binary only).\n\n***\n\n```\nCopyright © 2017-2024 Andrey A. Ugolnik. All Rights Reserved.\nhttps://www.ugolnik.info\nandrey@ugolnik.info\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freybits%2Ftexture-packer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freybits%2Ftexture-packer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freybits%2Ftexture-packer/lists"}