bluescan / tacentview

An image and texture viewer for tga, png, apng, exr, dds, pvr, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL, and Tacent. Useful for game devs as it displays information like the presence of an alpha channel and querying specific pixels for their colour.
ISC License
371 stars 35 forks source link

Animated GIFs #4

Closed bluescan closed 4 years ago

bluescan commented 4 years ago

Make the AltImage picture a list of pictures. Cximage can already load the frames. Note that frame-delay is in ms in a gif.

bluescan commented 4 years ago

Mostly done. Uses the main picture list. It can load multipart (animated) gifs.

ToDo:

bluescan commented 4 years ago

Completed.