I developed an interesting Image Viewer

The full project on github:

4 Likes

Windows & linux executables available now. And I writed a short user guide.

New version, new features. Recent paths for read, and save. Change hue, saturation. Read and show animated Webp, and Gif.

New version, new features. Change images with clipboard, Gaussian blur/sharpen, using GPU to LUT, & Blur. Color correction under animation.

What colour space are you using for these operations?

The image is in rgba model and I convert it to hsv for modification and then back to rgba.

I suggest you go through OkLCh instead, because plain HSV doesn't work particularly well.

6 Likes

This is very interesting. Thanks for the idea. I'll try it out, but I also want to fix a lot of other things in the meantime.

I like it. This will be in the next version.

New version, new features. Hvs or Oklab color rotating. Color picking to Tooltip. Optional copy or clear color setting at next image.

2 Likes

Save gif and webp animation with all frames, or only the current frame. New menu. New color modification features. Color picker, select transparent color.

New version, new features. Show histogram in color correction box. Run in virtual box, disabled using the GPU.

New version, more reliable operation, management options, more usable appearance.

New version (0.8.1). Some bugs fixed. I use this program on my computer to view my pictures.

2 Likes

New version, new features (0.9.0). Support JPEG 2000 and JXL images. Add vertical and horizontal mirroring. Add modified a OpenJPEG crate with exif and resolution options. The supported image formats: jpg, png, bmp, tif, gif, webp, jp2, jpc, j2k, jxl.

1 Like