Search found 180 matches

by javismiles
2011-02-20T02:07:26-07:00
Forum: Users
Topic: Making a soft dark vignette on edges or burning the edges
Replies: 11
Views: 23706

Re: Making a soft dark vignette on edges or burning the edge

Fred, quick last question, how would you do a cross-treatment command? or basically any command that pushes the shadows and highlights of an image in different directions? like pushing the shadows of an image towards blue and the highlights towards orange, or the shadows towards green and the highli...
by javismiles
2011-02-19T22:42:04-07:00
Forum: Users
Topic: Making a soft dark vignette on edges or burning the edges
Replies: 11
Views: 23706

Re: Making a soft dark vignette on edges or burning the edge

the mask works also :)
your help is fantastic and im very grateful :)
from today i am fan of your scripts as well :)

thank you :)
by javismiles
2011-02-19T22:21:11-07:00
Forum: Users
Topic: Making a soft dark vignette on edges or burning the edges
Replies: 11
Views: 23706

Re: Making a soft dark vignette on edges or burning the edge

thank you so much, yes im on windows, you are right, and yes, the two images are the same size (on the second case), im gonna try now this that you wrote convert zelda3.jpg checks.jpg \( +clone -fill white -colorize 100 -background black -vignette 0x0 -negate \) \ -compose over -composite zelda3_che...
by javismiles
2011-02-19T22:06:51-07:00
Forum: Users
Topic: Making a soft dark vignette on edges or burning the edges
Replies: 11
Views: 23706

Re: Making a soft dark vignette on edges or burning the edge

oh my you are a genious it works!! all i needed is to change the color to the syntax -background #bbbbbb for some reason it didnt work with the (grey) syntax wow, thank you SO MUCH, it works!!! as you are such an expert, any idea of my second issue i have an image whose size changes dynamically, jpe...
by javismiles
2011-02-19T22:02:08-07:00
Forum: Users
Topic: Making a soft dark vignette on edges or burning the edges
Replies: 11
Views: 23706

Re: Making a soft dark vignette on edges or burning the edge

by the way, just checked your page of scripts, thats totally awesome, what a fantastic page, i use imagemagick directly from PHP, are your scripts adaptable to translate them to php or how can they be used from php? thank you i keep trying the vignette issue mmm, i need with jpeg source and output, ...
by javismiles
2011-02-19T21:59:10-07:00
Forum: Users
Topic: Making a soft dark vignette on edges or burning the edges
Replies: 11
Views: 23706

Re: Making a soft dark vignette on edges or burning the edge

Fred thank you so much for trying to help me, i just tried your line of code, but all i get is a very hard and black vignete around, mmm, is it because im using only Jpegs? but i need to do it only with jpegs, not pngs, i used this ( +clone -fill white -colorize 100 -background 'gray(50%)' -vignette...
by javismiles
2011-02-19T20:40:47-07:00
Forum: Users
Topic: Making a soft dark vignette on edges or burning the edges
Replies: 11
Views: 23706

Making a soft dark vignette on edges or burning the edges

dear friends, i am stuck after days on a couple of things, maybe you can help me - the -vigette command in imagemagick, i understand that i can make -background none before to make it transparent, but what i want is to just darken the edges of the image a bit, neither full black neither full transpa...
by javismiles
2011-01-09T08:59:23-07:00
Forum: Users
Topic: rendering text fails at some pointsizes
Replies: 2
Views: 5351

rendering text fails at some pointsizes

hi and thank you for your help in advance, i am doing a simple rendering of a text with this command convert -background none -fill #ffffff -font Arial -pointsize 14 -gravity West label:"Example" result.png the problem is that with some of the fonts i need to use, some pointsizes fail to r...
by javismiles
2010-12-20T01:17:37-07:00
Forum: Users
Topic: drop shadow or similar effects
Replies: 12
Views: 27852

Re: drop shadow or similar effects

thank you very much, Anthony just posted a great solution in another post using composite to preserve the image size, works great convert rose: -bordercolor None -border 10x10 \ \( +clone -background navy -shadow 80x3+5+5 \) \ -compose DstOver -composite -compose Over shadow_space.png the post is : ...
by javismiles
2010-12-20T01:16:26-07:00
Forum: Users
Topic: eliminating the offset when using blur in a shadow
Replies: 5
Views: 10409

Re: eliminating the offset when using blur in a shadow

Anthony , this is fantastic help, it works,
thank you very much,
your explanations are always so detailed and well explained,
you really help people a lot in this forum, thank you so much :)
Jav
;)
by javismiles
2010-12-19T16:31:20-07:00
Forum: Users
Topic: drop shadow or similar effects
Replies: 12
Views: 27852

Re: drop shadow or similar effects

i have managed to do the rotate well now, just moving the rotate to the end of command

so only problem i have left is that the shadow that has blur generates a bigger result image than the shadow that has no blur, is there a way to generate the same
sized image with and without blur in the shadow?
by javismiles
2010-12-19T16:31:01-07:00
Forum: Users
Topic: eliminating the offset when using blur in a shadow
Replies: 5
Views: 10409

Re: eliminating the offset when using blur in a shadow

i have managed to do the rotate well now, just moving the rotate to the end of command

so only problem i have left is that the shadow that has blur generates a bigger result image than the shadow that has no blur, is there a way to generate the same
sized image with and without blur in the shadow?
by javismiles
2010-12-19T16:10:14-07:00
Forum: Users
Topic: eliminating the offset when using blur in a shadow
Replies: 5
Views: 10409

Re: eliminating the offset when using blur in a shadow

im having another problem when using Rotate mixed with shadow in that command, only the shadow rotates, not the image, how could i solve this? convert -background none -fill #ffffff -font Arial -pointsize 100 -rotate 90 -gravity West label:"text" ( -clone 0 -background black -shadow 100x1+...
by javismiles
2010-12-19T16:09:54-07:00
Forum: Users
Topic: drop shadow or similar effects
Replies: 12
Views: 27852

Re: drop shadow or similar effects

im having another problem when using Rotate mixed with shadow in that command, only the shadow rotates, not the image, how could i solve this? convert -background none -fill #ffffff -font Arial -pointsize 100 -rotate 90 -gravity West label:"text" ( -clone 0 -background black -shadow 100x1+...
by javismiles
2010-12-19T15:33:48-07:00
Forum: Users
Topic: drop shadow or similar effects
Replies: 12
Views: 27852

Re: drop shadow or similar effects

by the way , i dont use quotes with the #ff0066 in the fill and it works great

the repage, i have eliminated it now, but i have the same problem still

when using blur, resulting image is larger