3 points | by FerkiHN 11 hours ago ago
3 comments
Looks like it is based on stb_image which is good for common formats - jpg, png etc but doesn't support modern formats such as webp and heif. Might be worth it to go with GraphicsMagick instead like timg [1] which I use daily.
[1] https://github.com/hzeller/timg
But looks like a good minimal and portable project.
Thanks for the answer, I focused my project on minimalism and small size so that it would work anywhere.
What do you think, do you have any ideas for improvement?
Looks like it is based on stb_image which is good for common formats - jpg, png etc but doesn't support modern formats such as webp and heif. Might be worth it to go with GraphicsMagick instead like timg [1] which I use daily.
[1] https://github.com/hzeller/timg
But looks like a good minimal and portable project.
Thanks for the answer, I focused my project on minimalism and small size so that it would work anywhere.
What do you think, do you have any ideas for improvement?