Created attachment 137205 [details] sample wmf file I have installed digikam 7.2 from this PPA https://launchpad.net/~savoury1/+archive/ubuntu/digikam I still can't display wmf files with it, even though I have Imagemagick 7 on my machine which can display those wmf files. (I can try to show them using display <filename.wmf>. So I tried to find out what imagemagick digikam runs. It would be fine I guess, but the make options given to it make me wonder. I found them in this file: https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/3rdparty/ext_imagemagick/CMakeLists.txt compile options for imagemagick: CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=${PREFIX_ext_imagemagick} --without-freetype --without-fontconfig --without-raw --without-lqr --without-openjp2 --without-threads --without-perl --without-x --without-heic --disable-docs --disable-static --with-magick-plus-plus --with-flif --with-jbig --with-webp --with-openexr --disable-hdri --with-quantum-depth=16 # --with-utilities=no I find there is a option for wmf missing. I compared it to the output of my locally installed imagemagick which reads like this: $ magick --version Version: ImageMagick 7.0.9-1 Q16 x86_64 2019-10-30 https://imagemagick.org Copyright: © 1999-2019 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP(4.5) Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr lzma openexr pangocairo png tiff wmf x xml zlib attaching a sample wmf file
The WMF file generates this exception in the AppImage: 3139.wmf" ] digikam: NonconformingDrawingPrimitiveDefinition `0' @ error/draw.c/RenderMVGContent/4348 Maik
Kaenguru : https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/3rdparty/ext_imagemagick/CMakeLists.txt ... is for the AppImage bundle build and... it's have no relation with your Ubuntu package Also as Maik said, the AppImage that we provide is compiled with WMF support. if no explicit option is passed to configure IM, the option is turned on by default. So, it's not a DK problem do far for me... Gilles Caulier
The IM version used by digiKam can be found in Help/Components Info dialog. Please check if your IM CLI tool as identify, your WMF file can be open without error. Gilles Caulier
Created attachment 139601 [details] Components used screenshot
Created attachment 139602 [details] Version Info
My locally installed imagemagick identifies as: identify Version: ImageMagick 7.0.9-1 Q16 x86_64 2019-10-30 https://imagemagick.org But this is not what the appimage uses, as you can see from the attached screenahot. https://bugs.kde.org/attachment.cgi?id=139601 (Sorry if I can't handle attachments here properly, feel free to correct. I'm not used to this system) Imagemagick 7.x can handle my wmf files (for example using display filename.wmf) , IM 6.x can't.
This problem will be fixed when AppImage will be ported from Mageia6 to Mageia7 after 7.3.0 release. Gilles Caulier
Problem fixed with AppImage 7.5.0 build under Mageia7