Forum > Third party
Lazzy Image Viewer
domasz:
Something from my drawer - an image viewer with full source code.
Reads ~100 image formats, saves to 14 image formats, has some filters and such.
Roland57:
Thank you for sharing.
FYI, I could compile it under Linux (after removing a reference to ShellAPI). But the images are not displayed properly, as you can see in the attached screenshot.
domasz:
Thanks for testing!
The app stores images in memory in 32bit BGRA format which is what Windows whats. I am not sure what Linux wants. ARGB?
Roland57:
--- Quote from: domasz on June 04, 2024, 08:49:21 am ---I am not sure what Linux wants. ARGB?
--- End quote ---
No idea.
domasz:
Below is an updated file for Linux. Works also on Windows. On Linux it used Pixels to copy from my custom bitmap format to TBitmap so it's not super fast but at least works.
Navigation
[0] Message Index
[#] Next page