Skip to content

ENDESGA/pep_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: pep_tool [channel_bits:1/2/4/8] <input> [<output>]

converts: image <-> pep | default: .image->.pep, .pep->.png

input formats:
	pep, jpg, bmp, tga, png, gif (first frame), pnm, pic

output formats:
	pep, jpg, bmp, tga, png, (h [embedded])

examples:
	pep_tool channel_bits:2 image.png (makes image.pep with 2bits/channel)
	pep_tool image.pep output.jpg (makes output.jpg)
	pep_tool image.bmp (makes image.pep with 8bits/channel)
	pep_tool image.pep image_pep.h (embeds raw pep into h)

This uses the stb_image libraries to read/write most image formats to convert to pep format.

Please support Sean Barrett's work: https://github.com/nothings/stb

About

converts to and from the pep image format

Resources

License

Stars

Watchers

Forks

Contributors

Languages