Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BdR76 committed Oct 14, 2023
1 parent f2823f7 commit 42e02a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sprite textures for use in games and websites.

The plug-in takes several smaller images and compiles them into a single image.
It uses a packing algorithm to use as little space as possible in the final
texture. And it exports a JSON, XML or CSS file with the sprite names and
texture. And it exports a JSON, Atlas, XML or CSS file with the sprite names and
their coordinates within the compiled texture.

![GIMP Sprite Atlas plug-in summary](/docs/spriteatlas_summary.png?raw=true "GIMP Sprite Atlas plug-in summary")
Expand Down Expand Up @@ -80,6 +80,7 @@ coordinates file.

* JSON TexturePacker-array, compatible with the TexturePacker format
* JSON TexturePacker hash, compatible with the TexturePacker format
* libGDX TextureAtlas, .atlas text file
* CSS sprites, can be used for html and websites
* XML, plain xml format

Expand Down

0 comments on commit 42e02a5

Please sign in to comment.