Search found 8 matches

by djmon84
2013-06-05T07:38:42-07:00
Forum: Users
Topic: java: get image blob from command line
Replies: 1
Views: 2856

java: get image blob from command line

Hello all! I'm developing a program with java that uses imagemagick in command-line directly (not with jmagick). I need to get the image blob as a result of convert, and after search and search i have not found anything. With jmagick is very easy to get/output the blob using the methods "blobToImage ...
by djmon84
2012-11-04T10:18:39-07:00
Forum: Users
Topic: converting svg to png error
Replies: 3
Views: 5766

Re: converting svg to png error

thank you very much for your help! I have found this delegate library for svg in windows: http://opensourcepack.blogspot.com.es/2012/06/rsvg-convert-svg-image-conversion-tool.html But i don't know how to install/use it... I have added this node in the delegates.xml using the commands of the delegate ...
by djmon84
2012-11-02T17:18:53-07:00
Forum: Users
Topic: converting svg to png error
Replies: 3
Views: 5766

Re: converting svg to png error

i tried too with php + imagick with identical result....
by djmon84
2012-11-02T17:16:49-07:00
Forum: Users
Topic: converting svg to png error
Replies: 3
Views: 5766

converting svg to png error

Hi all! (sorry for my english) I'm having problems converting svg to png, What happens? Source svg image: http://openclipart.org/people/Anonymous/Anonymous_reed.svg The code: convert c:\test.svg c:\test.png Result: http://img838.imageshack.us/img838/8661/testzb.png i'm using the last version for ...
by djmon84
2011-04-23T06:23:02-07:00
Forum: IMagick
Topic: problems compiling imagick in win + apache + php 5.3
Replies: 1
Views: 7684

problems compiling imagick in win + apache + php 5.3

Hi all! First, sorry for my english! I want to install in my server the last versión of the pecl imagick extension. My server enviroment is: win + apache + php 5.3 To the get the dll extension (php_imagick.dll) its necesary compiling the pecl extension with the php 5.3 VC6 version (VC9 is only for ...
by djmon84
2011-04-18T14:15:34-07:00
Forum: IMagick
Topic: trying to imitate zazzle...
Replies: 1
Views: 6593

trying to imitate zazzle...

hi all! First of all, sorry for my english! I don't know if you know zazzle tech, making images "on the fly" (take a look if you want: http://www.zazzle.com/mahas_muggs_classic-168071492293935566 ) I'm trying to imitate this technology (win + apache + php with imagick) and is started composing users ...
by djmon84
2010-04-29T23:40:06-07:00
Forum: Developers
Topic: Rotating images from center with Jmagick
Replies: 1
Views: 4755

Rotating images from center with Jmagick

Hi! (First, sorry for my English :? ) I'm trying to rotate a image from the center,(by taking the reference of rotation from the center of the image). I know that "SRT Distortion" can do it, but i'm working with Jmagick, that actually doesn't support this. Has anybody any idea of how to do this ...
by djmon84
2010-04-05T05:33:04-07:00
Forum: Users
Topic: problem in jmagick with transparency and rotation
Replies: 2
Views: 6768

problem in jmagick with transparency and rotation

Hello! First, sorry for my english! I'm working with Imagemagick 6.2.9 and netbeans with jmagick. I have a problem when i combine 2 images. When the top image to combine has rotation, the background is white, instead of transparent! this is the result: http://www.foticos.com/foticos2/img/001.jpg ...