CactusViewer icon indicating copy to clipboard operation
CactusViewer copied to clipboard

A small single file image viewer written in C/C++.

Results 20 CactusViewer issues
Sort by recently updated
recently updated
newest added

This adds a basic decoder for Portable PixMap images based off the Wikipedia page and associates CactusViewer with .ppm files.

It seems CactusView does not yet support viewing images with embedded ICC color profile properly. I tested with both JPG and PNG. Test image source: * Web page containing multiple...

bug
feature

Any hope for TGA support? Lots of games use this format so it's unfortunate that it's not supported.

Firstly, thanks for the great software! When I try to open the following gif in CactusViewer v2.1.3 it displays "Error: Loading GIF file failed". The gif works when I open...

It crashes (access violation 0x0) in `source.cpp/render()` on `if (delta >= G->anim_frame_delays[G->anim_index] && G->anim_play) {` because `G->anim_frame_delays = delays;` is 0. and I suppose it needed to be set in...

Demonstrated in the gif below. My completely uninformed guess is that mouse movements cause the GUI to update rapidly, which resamples the keyboard faster resulting in a faster pan. Also...

bug

When you are interacting with a UI element that allows sliding (GIF scrubber and Edit Hue, Saturation etc... when while dragging you move outside the area it looses focus and...

bug
feature

When a GIF is being displayed and I click either Rotale L or Rotate R, the program crashes after a moment. If the GIF is paused, this is all that...

bug

This is a small one, but when I open an empty bitmap, which has been generated through the right-click menu, the viewer says: `Error: Component not found: file '.bmp' not...

bug

I found two related issues. I'll describe them separately. 1) If I try to open an unsupported file via the Open button - in this case a `.RAF` from FujiFilm...

bug