Usurer / gallery

A simple gallery app for local photos with a web interface
The Unlicense
0 stars 0 forks source link

Add ImageMagic service to handle raw and bmp #21

Open Usurer opened 9 months ago

Usurer commented 9 months ago

I want to use Magic.NET for ARW, CR2 and BMP images Jpegs and Pngs should be handled by Imageflow since it's fast

Usurer commented 8 months ago

Resizing raw files on the fly - like I do with jpegs - doesn't work. Who could've think about it rly. It works, it's just really slow, too slow. The only solution I can thing of is to create thumbnails on the fly when scanning the folder. I.e. we encounter a raw file - we transform it to 1920x1080 jpeg and put this jpeg to the application folder. Maybe we can even use smaller image, 800x600. These images should be used for previews, in the folder view, and for image view we can ask for a full raw -> jpeg conversion. Which is also slow, meh. The obvious downside is that this folder will grow very big very fast. It's basically the copy of the gallery.

Usurer commented 8 months ago

Current plan: