Hi! I just discovered the existence of this VIPS-based image viewer, and I am very much interested in helping you to extend the functionalities of vipsdisp.
At the moment I have just forked the project and added some travis ci configuration that allows to automatically build and generate an AppImage package for the application.
However, I have few suggestions on which I am ready to contribute:
- add proper color management that takes into account the monitor profile (if I understand correctly, at the moment the image is converted to sRGB)
- improve zooming speed by pre-computing a bunch of scaled-down copies
- change the "best fit" zoom mode so that it shows the full image, and center it in the preview area
- full screen and slideshow modes (but at a second stage)
The idea would be to take advantage of VIPS resizing speed and multi-threading to create a fast and lightweight image viewer with accurate color management, something that seems to be in quite some high demand in the FLOSS community.
What do you think?
Hi! I just discovered the existence of this VIPS-based image viewer, and I am very much interested in helping you to extend the functionalities of vipsdisp.
At the moment I have just forked the project and added some travis ci configuration that allows to automatically build and generate an AppImage package for the application.
However, I have few suggestions on which I am ready to contribute:
The idea would be to take advantage of VIPS resizing speed and multi-threading to create a fast and lightweight image viewer with accurate color management, something that seems to be in quite some high demand in the FLOSS community.
What do you think?