-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageMagick not converting SVG to Bitmap #3881
Comments
Convert SVG format from ImageMagick requires rsvg-convert (from librsvg) |
I can confirm that librsvg will be a huge task to add. It depends on additional libraries and some of them are hard to build.
hard facts:
So there is little hope, that there will be an update of imagemagick spk to support svg image conversion. |
@hgy59 So only remains Meson build support for cross-compilation to hope to get it available... |
@philrich123 hold on, an update is on the way with #5414 and svg is supported incl. for qoriq (only ARMv5_ARCH and OLD_PPC_ARCHS will not support svg in imagemagick) |
For new Package Requests, see the guidelines
Setup
Package Name: ImageMagick
Package Version: 7.0.8-4
NAS Model: DS413
NAS Architecture: FREESCALE QorIQ P1022
DSM version: DSM 6.2.2-24922 Update 4
Expected behavior
Possibility to convert SVG files to bitmap
Actual behavior
Not possible to convert SVG files to Bitmap one. Trying to do so generate errors.
Steps to reproduce
1. loggin with ssh client
2. have a svg file to convert : "my_drawing.svg" for example
3. try command : convert my_drawing.svg my_drawing.jpg
4. you'll get the error :
convert: UnableToOpenConfigureFile 'delegates.xml' @ warning/configure.c/GetConfigureOptions/677. convert: NotAuthorized 'MVG' @ error/constitute.c/IsCoderAuthorized/408. convert: NoImagesDefined 'dessin.jpg' @ error/convert.c/ConvertImageCommand/3258.
The text was updated successfully, but these errors were encountered: