Search found 6 matches

by DazDavid
2019-10-16T03:02:01-07:00
Forum: Users
Topic: Converting SVG to PNG on QNAP fails
Replies: 10
Views: 164364

Re: Converting SVG to PNG on QNAP fails

I give up. Even after reinstalling no success. I think is jsut not possible without a VM or something similar. I will look for another way somehow.
Thanks anyway
by DazDavid
2019-10-14T00:48:36-07:00
Forum: Users
Topic: Converting SVG to PNG on QNAP fails
Replies: 10
Views: 164364

Re: Converting SVG to PNG on QNAP fails

I think im going to to a reinstall of the NAS this week. Maybe I screwed something up during testing.
Sometimes it helps to start over from zero :)
by DazDavid
2019-10-14T00:45:00-07:00
Forum: Users
Topic: Converting SVG to PNG on QNAP fails
Replies: 10
Views: 164364

Re: Converting SVG to PNG on QNAP fails

I installed Inkscape but nothing changed.
by DazDavid
2019-10-13T14:05:29-07:00
Forum: Users
Topic: Converting SVG to PNG on QNAP fails
Replies: 10
Views: 164364

Re: Converting SVG to PNG on QNAP fails

Thanks!

MSVG seems to be available:
MSVG -w+ ImageMagick's own SVG internal renderer
SVG -w+ Scalable Vector Graphics
SVGZ -w+ Compressed Scalable Vector Graphics

But how can I use the MSVG renderer instead rsvg?

Regarding Inkscape, I already came across this idea but when I tried it didnt ...
by DazDavid
2019-10-13T12:15:51-07:00
Forum: Users
Topic: Converting SVG to PNG on QNAP fails
Replies: 10
Views: 164364

Re: Converting SVG to PNG on QNAP fails

Thanks, I recognized that with the missing Output File. Indeed I try to convert an SVG to PNG.
The full command Line is:
convert -debug all /opt/fhem/www/images/Kindle_Status.svg -type GrayScale -depth 8 /opt/fhem/www/images/Kindle_Status.png

Also you seem to be right with rsvg-convert to not ...
by DazDavid
2019-10-13T11:36:53-07:00
Forum: Users
Topic: Converting SVG to PNG on QNAP fails
Replies: 10
Views: 164364

Converting SVG to PNG on QNAP fails

Hi@All,

I´m trying since quite a while to fix a problem I´m having when I want to convert a SVG File to a PNG using Imagemagick.
In the past it worked without any Problem on a Raspberry Pi but last year I switched for some reasons to a QNAP NAS and there I have trouble with ImageMagick ...