Search found 9 matches

by chanbuu
2014-05-08T17:53:21-07:00
Forum: Users
Topic: The alpha of SVG to PNG file is not recognized
Replies: 3
Views: 5379

Re: The alpha of SVG to PNG file is not recognized

> fmw42

IM on both servers is the same version that is 6.8.4-0.
But the version of packages that is SVG and PNG delegated are older on service server than on local server.
I had tried to update libpng and libsvg2 on service server. But the version of CentOS on service server is too old to update ...
by chanbuu
2014-05-07T17:47:11-07:00
Forum: Users
Topic: The alpha of SVG to PNG file is not recognized
Replies: 3
Views: 5379

The alpha of SVG to PNG file is not recognized

I try converting SVG to PNG with ImageMagick-6.8.7-0.

I tried the command, but output is different between my local server and service server.
On local server, PNG file is transparent.
But on service server, PNG file isn't transparent.

The command is as follows:
convert a.svg -resize 1024x1024 ...
by chanbuu
2014-05-07T05:59:56-07:00
Forum: Users
Topic: Error: attribute not recognized u and n
Replies: 10
Views: 8237

Re: Error: attribute not recognized u and n

output from the command :
convert a.svg -resize 1024x1024 -verbose -identify b.png

is follow :

■Local Server

Image: a.svg
Format: SVG (Scalable Vector Graphics)
Class: DirectClass
Geometry: 1024x1024+0+0
Base geometry: 2048x2048
Units: Undefined
Type: TrueColorAlpha
Endianess: Undefined ...
by chanbuu
2014-05-07T04:28:24-07:00
Forum: Users
Topic: Error: attribute not recognized u and n
Replies: 10
Views: 8237

Re: Error: attribute not recognized u and n

The current output that is enterd "convert -verbose a.svg b.png" is as follows:
a.svg=>b.png SVG 2560x2560=>1024x1024 1024x1024+0+0 8-bit sRGB 32.3KB 1.400u 0:01.389
by chanbuu
2014-05-07T04:25:55-07:00
Forum: Users
Topic: Error: attribute not recognized u and n
Replies: 10
Views: 8237

Re: Error: attribute not recognized u and n

> snibgo

thanks for reply!

I tried the follows command.
convert -verbose a.svg b.png

output is:

attribute not recognized: n
attribute not recognized: u
attribute not recognized: n
attribute not recognized: u
a.svg=>b.png SVG 2048x2048=>1024x1024 1024x1024+0+0 16-bit DirectClass 77.8KB 1.000u ...
by chanbuu
2014-05-06T22:51:20-07:00
Forum: Users
Topic: Error: attribute not recognized u and n
Replies: 10
Views: 8237

Re: Error: attribute not recognized u and n

Incidentally, librsvg2, libpng and libjpeg are installed on each server in the following versions

■Local Server

librsvg2.x86_64 2.26.0-6.el6_5.3

libpng.x86_64 2:1.2.49-1.el6_2
libpng-devel.x86_64 2:1.2.49-1.el6_2

libjpeg-turbo.x86_64 1.2.1-3.el6_5
libjpeg-turbo-devel.x86_64 1.2.1-3.el6_5

rsvg ...
by chanbuu
2014-05-06T22:16:35-07:00
Forum: Users
Topic: Error: attribute not recognized u and n
Replies: 10
Views: 8237

Re: Error: attribute not recognized u and n

> fmw42

I entered this command on both servers.
convert -list format

■Local Server
SVG -w+ Scalable Vector Graphics

■Service Server
SVG rw+ Scalable Vector Graphics (XML 2.6.26)

Will it be a result that is using IM's internal MSVG(XML) on the service server ?

I want to use RSVG on the ...
by chanbuu
2014-05-06T20:49:10-07:00
Forum: Users
Topic: Error: attribute not recognized u and n
Replies: 10
Views: 8237

Re: Error: attribute not recognized u and n

Thank you for reply.

I converted the same SVG file on both servers.
On the local server , Converting to PNG worked well , but on the service server, didn't work well.

I wonder if my SVG file is funny.

I'm sorry but I can not upload my SVG file. this is highly confidential.
by chanbuu
2014-05-06T19:50:12-07:00
Forum: Users
Topic: Error: attribute not recognized u and n
Replies: 10
Views: 8237

Error: attribute not recognized u and n

I want to convert some .svg files to .png files using ImageMagick.
But -resize Option doesn't work well in my server.

The command that I entered is here.

convert a.svg -resize 1024x1024 b.png
This command has worked well in my local server. However, Don't work well in service server.

The Error ...