Search found 7 matches

by vladimircape
2016-09-23T05:31:36-07:00
Forum: Users
Topic: Different colors after convert WHY?
Replies: 1
Views: 1520

Different colors after convert WHY?

I got one source and make 2 type of command and get images with different colors 1)Command convert -size $image_size canvas:none \ $background_image -geometry $image_size+0+0 -composite \ \( $in -colorspace RGB \) -geometry $transform -composite \ $out 2>&1 http://images2.icanvas.com/framed-prints ...
by vladimircape
2016-09-09T09:12:58-07:00
Forum: Users
Topic: Imagick output file with incorrect color
Replies: 2
Views: 1807

Re: Imagick output file with incorrect color

Yes you was right.Thansk
by vladimircape
2016-09-09T08:03:46-07:00
Forum: Users
Topic: Imagick output file with incorrect color
Replies: 2
Views: 1807

Imagick output file with incorrect color

I wanted to create new image and put other image inside ,and my code is convert -size 500x375 xc:'#f4f5f6' 10031.jpg -geometry 300x300+100+100 -composite out.jpg 2>&1 but in out.jpg the image from 10031.jpg in other color scheme, not the origin, for example black color become inverse Why ? and how ...
by vladimircape
2016-08-01T07:26:38-07:00
Forum: Users
Topic: detect border of image
Replies: 3
Views: 2756

detect border of image

I have images, all of them have borders.
borders from left,right,top,bottom size.
And border is simple or is just solid color,
or reflection of part of picture
for example reflection, from the left, it's part of picture 30px from left side of picture
by vladimircape
2014-07-09T07:59:14-07:00
Forum: Users
Topic: convert svg to png
Replies: 4
Views: 6319

Re: convert svg to png

snibgo wrote:It sounds like a major problem with the build. Do any conversions work? Eg:

Code: Select all

convert logo: x.png
convert logo: x.jpg
etc.

Perhaps you didn't install delegates before building IM.
i tried
convert obratnai.jpg 5.png
and everything is correct
by vladimircape
2014-07-09T06:47:11-07:00
Forum: Users
Topic: convert svg to png
Replies: 4
Views: 6319

Re: convert svg to png

tried other file get other error [root@li323-56 root]# convert example.svg 4.png (rsvg-convert:28717): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory. This indicates a bug in someone's code. You must ensure an error is NULL before it's set. The overwriting ...
by vladimircape
2014-07-09T06:18:37-07:00
Forum: Users
Topic: convert svg to png
Replies: 4
Views: 6319

convert svg to png

Hi, i install to my server ImageMagick 6.8.9-5 Q16 2014-07-09 try to convert svg to png and get errors convert: unable to open image `/tmp/magick-27998tM19O5QnDkAn': No such file or directory @ error/blob.c/OpenBlob/2658. convert: unable to open file `/tmp/magick-27998tM19O5QnDkAn': No such file or ...