Faster3ck / Converseen

Converseen is a batch image converter and resizer
https://converseen.fasterland.net/
GNU General Public License v3.0
437 stars 35 forks source link

Error when trying to convert CR2 #85

Open bssmusic opened 3 years ago

bssmusic commented 3 years ago

Hello, when I try to convert CR2, converseen gives me the Error: << unable to open image `/tmp/magick-50880nQA2.........>> Any Idea with this?? Peter 2021-01-20_19-06

juliohomus commented 2 years ago

This also affects me. Can't figure out any hint of what is missing. Ubuntu 22.04, tested the flatpack and the deb

Faster3ck commented 2 years ago

I found out that Ubuntu uses ImageMagick-6 with ufraw-batch as a delegate for processing raw files, but unfortunately the ufraw-batch package has been removed from the official repository as the project has become unmaintained. Since I'm not an Ubuntu user, at the moment, I don't know if it's possible to install it in any other way.

At the moment I'm working on an AppImage package for Converseen using ImageMagick-7 with libraw as a raw delegate and everything seems to work fine.

Anyway I will try to find a solution to solve this problem if possible!