Skip to content

Utilities around dealing with images inside of game dev. Inspired by my hate for TGA.

License

Notifications You must be signed in to change notification settings

recolude/imgconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Conversion

Utilities around dealing with images inside of game dev. Inspired by my hate for TGA.

Install

go install ./cmd/imgconv

Examples

TGA to PNG

Convert all TGAs found to PNG, optionally resizing them along in the process

imgconv ttp -r -s 2048

# Match only on AO textures
imgconv ttp -r -s 1024 *_AO.tga

Resize

Shrink all PNGs found that are above the maximum resolution provided, in this example, 2048x2048.

imgconv resize -r -m 2048

About

Utilities around dealing with images inside of game dev. Inspired by my hate for TGA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages