Search found 13 matches
- 2013-11-29T03:52:11-07:00
- Forum: Users
- Topic: Maximum size of image
- Replies: 3
- Views: 2988
Re: Maximum size of image
these sizes are in pixels
- 2013-11-29T03:31:21-07:00
- Forum: Users
- Topic: Maximum size of image
- Replies: 3
- Views: 2988
Maximum size of image
Hi
I want to create 129600 in width and 1656 in height size image,
Is that imagemagick is so much capable to create that much size text image.
Please tell me the configuration of linux server needed to create that image.
Is there any limitations of sizes.
Thanks
Prateek
I want to create 129600 in width and 1656 in height size image,
Is that imagemagick is so much capable to create that much size text image.
Please tell me the configuration of linux server needed to create that image.
Is there any limitations of sizes.
Thanks
Prateek
colorize
A PNG image with transparent background After colorize, image getting converted in to "index layer" that will not be edited, even in the photoshop when colorized image open in photoshop it will seen in index layer. the drawback is that when these image open in illustrator it shows with whole colored ...
- 2012-11-08T22:27:26-07:00
- Forum: Developers
- Topic: colorize in imagemagick 6.6.9-7
- Replies: 5
- Views: 8278
Re: colorize in imagemagick 6.6.9-7
hello Thanks for your quick reply Plz could you tell me the important library which are need to be there while configuring imagmagick on linux server. And one more thing i want to ask how we will confirm stable version of imagemagick If any version creating problem. so what we will do in that case ...
- 2012-11-08T00:17:59-07:00
- Forum: Developers
- Topic: colorize in imagemagick 6.6.9-7
- Replies: 5
- Views: 8278
Re: colorize in imagemagick 6.6.9-7
Hello, Thanks for your quick reply The image before colorize http://125.63.71.182/NR177/admin/pdf/2012070907391613418375561347046622.png The image after colorize : http://125.63.71.182/NR177/admin/pdf/0000023/427/color1.png One more thing i want to ask how we will confirm stable version of ...
- 2012-11-06T05:46:46-07:00
- Forum: Developers
- Topic: colorize in imagemagick 6.6.9-7
- Replies: 5
- Views: 8278
colorize in imagemagick 6.6.9-7
Hi,
Imagemagick 6.6.9-7 is creating problem in colorize image.
When we will see after colorize in Adobe illustrator (a png image) it shows a rectangle in single color (image with full colored, background also).
Thanks
Prateek
Imagemagick 6.6.9-7 is creating problem in colorize image.
When we will see after colorize in Adobe illustrator (a png image) it shows a rectangle in single color (image with full colored, background also).
Thanks
Prateek
- 2012-11-06T05:38:41-07:00
- Forum: Users
- Topic: colorize in imagemagick 6.6.9-7
- Replies: 1
- Views: 2793
colorize in imagemagick 6.6.9-7
HI,
PLEASE HAVE A LOOK,
WHEN WE CREATE IMAGE WITH FILL COLOR AND COLORIZE 100% IT WILL COLOR BACKGROUND OF THE IMAGE ALSO. (ON A LINUX SERVER)
TELL ME IF SOMEBODY HAVE SOLUTION.
THAKNS
PRATEEK
PLEASE HAVE A LOOK,
WHEN WE CREATE IMAGE WITH FILL COLOR AND COLORIZE 100% IT WILL COLOR BACKGROUND OF THE IMAGE ALSO. (ON A LINUX SERVER)
TELL ME IF SOMEBODY HAVE SOLUTION.
THAKNS
PRATEEK
- 2011-07-19T01:09:47-07:00
- Forum: Users
- Topic: alpha image with tranparent background
- Replies: 12
- Views: 21064
Re: alpha image with tranparent background
ok do one thing with your output(image) open it in the Photoshop if it is fine then plz send me image. if possible
- 2011-07-19T00:19:11-07:00
- Forum: Users
- Topic: alpha image with tranparent background
- Replies: 12
- Views: 21064
Re: alpha image with tranparent background
i was made all the efforts but its not working and your code is also not working could you plz tell me how to change the version of imagemagick on linux server and what is the role of the RPM file in installation
- 2011-07-18T22:45:08-07:00
- Forum: Users
- Topic: alpha image with tranparent background
- Replies: 12
- Views: 21064
Re: alpha image with tranparent background
exec('composite -blend "20" "textLabel.png" -size "200X200" xc:transparent -alpha Set png:"rose.png"'); that is we use, and if we use white or some other color in place of "transparent" it works but transparent and either "none" is not working.
- 2011-07-18T22:34:05-07:00
- Forum: Users
- Topic: alpha image with tranparent background
- Replies: 12
- Views: 21064
Re: alpha image with tranparent background
thanks for your support but i m again getting the "Black" background plz check your version bec's in previous version output was fine but in latest version the output is in black background
- 2011-07-18T22:20:01-07:00
- Forum: Users
- Topic: alpha image with tranparent background
- Replies: 12
- Views: 21064
Re: alpha image with tranparent background
command we using
exec('composite -blend '.$percentage.' "'.$input.'" -size "'.$width.'"x"'.$height.'" xc:transparent -alpha Set png:"'.$convertpath.'"');
image file format - png, jpg
we were using these components.
exec('composite -blend '.$percentage.' "'.$input.'" -size "'.$width.'"x"'.$height.'" xc:transparent -alpha Set png:"'.$convertpath.'"');
image file format - png, jpg
we were using these components.
- 2011-07-18T22:09:36-07:00
- Forum: Users
- Topic: alpha image with tranparent background
- Replies: 12
- Views: 21064
alpha image with tranparent background
when we composite any image having transparent background with alpha set then background of the image getting black in the latest version 6.7.1. plz help me its urgent