Chad J Petersen

Results 7 comments of Chad J Petersen

I'm having the same issue. It appears to be that the exif:orientation metadata tag doesn't exist on images which causes image magick to print the line 'identify: unknown image property...

Looking further into this, it appears there is an option to pass in use_exif_orientation: false This could also fix this issue.

I was able to fix this issue by passing use_exif_orientation: false and explicitly setting the cmd path to the directory that contains version 7 Image Magick.

@rbartczak This is not the 'correct' way to do things as it will affect everything on your machine... But due to the likelihood of paperclip not being around much longer....

I've just updated the dependency in the package.json and it's been working fine on React 17 for a while now. I created a PR with the minor change I Made....

Fixes new updates are not handled properly through npm install #52 Fixes Support React 17 #36

For me the issue was I had to update vis-data from ^6.0.0 to ^7.0.0