
Search found 13 matches
- 2013-11-22T07:47:12-07:00
- Forum: Users
- Topic: Impossible for IM ?
- Replies: 4
- Views: 5106
Re: Impossible for IM ?
I dont know if you have been notified, I posted you a private message 

- 2013-11-21T10:02:08-07:00
- Forum: Users
- Topic: Impossible for IM ?
- Replies: 4
- Views: 5106
Re: Impossible for IM ?
My mistake you are right this deserve more explaination
SRC2 is not the mask of Result
I want IM to analyse SRC2 colors, and create a new picture using samples (circle shapes) from SRC1
If SR2 have a big zone of similar colors, then IM consider as 1 group (one circle)
feel free to ask if you need ...
SRC2 is not the mask of Result
I want IM to analyse SRC2 colors, and create a new picture using samples (circle shapes) from SRC1
If SR2 have a big zone of similar colors, then IM consider as 1 group (one circle)
feel free to ask if you need ...
- 2013-11-21T09:10:11-07:00
- Forum: Users
- Topic: Impossible for IM ?
- Replies: 4
- Views: 5106
Impossible for IM ?
Hi,
I have been looking for a real long time how to do this, but I couldt succed, im starting to wonder if IM can do it ?
Better than a explaination, here is a picture
Thank you a lot for you help on this, I have try to find my way with color Basic, compose images Tiles, draw, etc... but nothing ...
I have been looking for a real long time how to do this, but I couldt succed, im starting to wonder if IM can do it ?
Better than a explaination, here is a picture
Thank you a lot for you help on this, I have try to find my way with color Basic, compose images Tiles, draw, etc... but nothing ...
- 2011-04-05T04:50:31-07:00
- Forum: Users
- Topic: folder in chmod 777 ?
- Replies: 2
- Views: 6873
folder in chmod 777 ?
Hi,
Im using IM by php with exec command.
Why convert by php is working only when the folder are in chmod 777 ?
how can i change that and put more security ?
Thank you very much
D.
Im using IM by php with exec command.
Why convert by php is working only when the folder are in chmod 777 ?
how can i change that and put more security ?
Thank you very much
D.
- 2011-01-26T21:34:43-07:00
- Forum: IMagick
- Topic: Trying hardly to simplify a Magick sentence, possible ?
- Replies: 5
- Views: 19380
Re: Trying hardly to simplify a Magick sentence, possible ?
Great its working !
Thank you
Now i have an other problem ^^
Why -geomtry +100%+100% do the same has -geomtry +100+100 ???
Also i did'nt find the way to multiplicate the X and Y value (pix)
I try -geomtry +2*100+2*100
-geomtry +"2*100"+"2*100"
-geomtry +(2*100)+(2*100)
-geomtry +2(100)+2(100 ...
Thank you
Now i have an other problem ^^
Why -geomtry +100%+100% do the same has -geomtry +100+100 ???
Also i did'nt find the way to multiplicate the X and Y value (pix)
I try -geomtry +2*100+2*100
-geomtry +"2*100"+"2*100"
-geomtry +(2*100)+(2*100)
-geomtry +2(100)+2(100 ...
- 2011-01-25T23:57:14-07:00
- Forum: IMagick
- Topic: Trying hardly to simplify a Magick sentence, possible ?
- Replies: 5
- Views: 19380
Re: Trying hardly to simplify a Magick sentence, possible ?
Thank you very much !
But, I think there is a problem with your sentence
actually the probleme is the -geometry option, is not positioning the logo at x=100 and y=100 with this version.
Thank you for your help.
But, I think there is a problem with your sentence
actually the probleme is the -geometry option, is not positioning the logo at x=100 and y=100 with this version.
Thank you for your help.
- 2011-01-25T01:51:54-07:00
- Forum: IMagick
- Topic: Trying hardly to simplify a Magick sentence, possible ?
- Replies: 5
- Views: 19380
Trying hardly to simplify a Magick sentence, possible ?
Hi everybody,
I have this 2 magick sentence working perfectly:
convert SRC_logo -fill white -font Arial.ttf -pointsize 20 \-gravity center -annotate 0 'TEXTE' EXIT_logo
convert BKG_full \( EXIT_logo -resize 50% \) -geometry +100+100 -compose over -composite BKG_full
Can i wrote that in 1 ...
I have this 2 magick sentence working perfectly:
convert SRC_logo -fill white -font Arial.ttf -pointsize 20 \-gravity center -annotate 0 'TEXTE' EXIT_logo
convert BKG_full \( EXIT_logo -resize 50% \) -geometry +100+100 -compose over -composite BKG_full
Can i wrote that in 1 ...
- 2010-11-15T05:06:48-07:00
- Forum: Users
- Topic: Detect text or pixel outside ?
- Replies: 3
- Views: 9225
Re: Detect text or pixel outside ?
Thank you for your anser.
I see...
"the artistic force" of this idea is the randomless of evrything, the picture keep the same size.
I have to find a way to detect pixels outside, (of the text) and then bring it back inside the area.....
the text is random has well of course ^_^
Maybe... by knowing ...
I see...
"the artistic force" of this idea is the randomless of evrything, the picture keep the same size.
I have to find a way to detect pixels outside, (of the text) and then bring it back inside the area.....
the text is random has well of course ^_^
Maybe... by knowing ...
- 2010-11-14T21:02:56-07:00
- Forum: Users
- Topic: Detect text or pixel outside ?
- Replies: 3
- Views: 9225
Detect text or pixel outside ?
Hi everybody,
Im actually working on a script generating randoms designs, including text...
I would like to "detect" when the text is going outside the "picture"/"working area".
there is a comand for that ?
Thank you
D.
Im actually working on a script generating randoms designs, including text...
I would like to "detect" when the text is going outside the "picture"/"working area".
there is a comand for that ?
Thank you
D.
- 2009-09-22T07:25:10-07:00
- Forum: MagickWand for PHP
- Topic: Euro symbol and PHP
- Replies: 1
- Views: 16004
Euro symbol and PHP
Hi every body.
Im beginner on IM, im exuting it with php
im writing on pictures with -draw tool.
i need to write the € symbol
exec("convert src.jpg -draw \" '€'\" exit.jpg");
every things fine if there is just php codes on my script.
the fact is that i need also to genrate html (echo) script on ...
Im beginner on IM, im exuting it with php
im writing on pictures with -draw tool.
i need to write the € symbol
exec("convert src.jpg -draw \" '€'\" exit.jpg");
every things fine if there is just php codes on my script.
the fact is that i need also to genrate html (echo) script on ...
- 2009-07-27T11:02:04-07:00
- Forum: Developers
- Topic: no decode delegate for this image format (PNG)
- Replies: 5
- Views: 20612
Re: no decode delegate for this image format (PNG)
thank you i fixed my problem with IM réinstallation
- 2009-07-27T06:54:38-07:00
- Forum: Developers
- Topic: no decode delegate for this image format (PNG)
- Replies: 5
- Views: 20612
Re: no decode delegate for this image format (PNG)
PNG delegate library = libpng 1.2.38.tar.gz ?
When i try to install libpng devel
(sory i translate french to english)
error :
erreur: needs:
libpng12 = 1.2.38-alt1 is necessary for libpng-devel-1.2.38-alt1.i586
zlib-devel est is necessary for libpng-devel-1.2.38-alt1.i586
/bin/sh est is ...
When i try to install libpng devel
(sory i translate french to english)
error :
erreur: needs:
libpng12 = 1.2.38-alt1 is necessary for libpng-devel-1.2.38-alt1.i586
zlib-devel est is necessary for libpng-devel-1.2.38-alt1.i586
/bin/sh est is ...
- 2009-07-27T05:13:11-07:00
- Forum: Developers
- Topic: no decode delegate for this image format (PNG)
- Replies: 5
- Views: 20612
no decode delegate for this image format (PNG)
Hi,
Im beginner in IM (my version 6.5.0-10)
i can't use convert png i have "no decode delegate for this image format"
1/ i install libpng 1.2.38
2/ i run 'convert -list configure'
i have
Path: /usr/local/lib/ImageMagick-6.5.0/config/configure.xml
Name Value ...
Im beginner in IM (my version 6.5.0-10)
i can't use convert png i have "no decode delegate for this image format"
1/ i install libpng 1.2.38
2/ i run 'convert -list configure'
i have
Path: /usr/local/lib/ImageMagick-6.5.0/config/configure.xml
Name Value ...