philipptrenz / photo-booth

A multi-platform photo booth software using Electron and your camera
GNU General Public License v3.0
393 stars 113 forks source link

Problem with RAW images #93

Closed lal12 closed 5 years ago

lal12 commented 5 years ago

I had the issue that my camera was set to take raw photos, however those can't be handled by the resize library. It will display whoops in the app and something like

booth.js? [sm]:183 resizing image failed 
 Error: TIFFSetField: memory input: Unknown pseudo-tag 65538
TIFFSetField: memory input: Unknown pseudo-tag 65538
tiff2vips: unsupported tiff image type

in the dev tools. So I thought that maybe a hint about setting the camera to JPEG instead of RAW in the README would be a good idea.

philipptrenz commented 5 years ago

You‘re right, only JPEG Settings will work. I‘ll add the hint, thanks!