algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
228 stars 51 forks source link

Preview of RAW file. #120

Closed inkhey closed 4 years ago

inkhey commented 4 years ago

Current code of preview generator doesn't support preview for raw camera format like .ARW, .dng, etc.

We should support those file too. Support is not too complex, as imagemagick do support this, if we add ufraw-batch software.

inkhey commented 4 years ago

fixed by #121