sylikc/jpegview

FileEndingsRAW set to nothing causes newer RAWs (falls back to GDI+) to not open 1.3.46

Opened this issue · 1 comments

sylikc commented

Seems to be a regression in v1.3.46

Previous behavior, setting the FileEndingsRAW=; will allow a single open of that type and not open any other RAW types. This was a workaround for "letting JPEGView open RAWs but not by default in the file list"

Something changed with that logic with libraw.

Might also have something to do with the file extension case that was reported in another issue

sylikc commented

reverting the bug tag as it's actually not a bug, but an enhancement is coming to deal with this specific use case ...

LibRaw supports all types of files and extensions, and JPEGView can't keep track of all of them... so there'll be some type of workaround for the fact that you can "try" to open a file type/extension which is not officially supported