Search found 9 matches

by jdespatis
2011-08-20T02:28:06-07:00
Forum: Users
Topic: HSL offsets to 'some' pixels of an image
Replies: 5
Views: 9897

Re: HSL offsets to 'some' pixels of an image

Thanks for your answer. This windows soft is a windows soft coded in c# with a gui (the cli is buggy for now) But I need to run the equivalent on a linux on batch mode (I want to avoid mono for running this soft) As I'm going to change the images with php, I've had a look at imagick yesterday, and ...
by jdespatis
2011-08-19T12:33:51-07:00
Forum: Users
Topic: HSL offsets to 'some' pixels of an image
Replies: 5
Views: 9897

Re: HSL offsets to 'some' pixels of an image

Here is a test image (indeed a sprite image): http://www.source-rh.com/download/checkboxRadioButtonStates.png Test 1: Let's add to the original image H: 75, S: 55, L: -25 to all pixels of the image It should be something like: (thanks to a windows soft) http://www.source-rh.com/download ...
by jdespatis
2011-08-19T11:32:32-07:00
Forum: Users
Topic: HSL offsets to 'some' pixels of an image
Replies: 5
Views: 9897

HSL offsets to 'some' pixels of an image

Hello, I'd like to add some HSL offsets to an image (add some lightness, add some hue to change the color, etc...) I can do the trick with -modulate: http://www.imagemagick.org/Usage/color_mods/#modulate But I'd like to modulate only specific pixels, for example the pixels that are not white or ...
by jdespatis
2011-07-26T06:19:24-07:00
Forum: Users
Topic: google maps icon shadow with convert
Replies: 10
Views: 19504

Re: google maps icon shadow with convert

Thanks Antony for revealing this old link, I understand however that the best way to create this shadow is to use Variable Blur Mapping. Would it be possible to add an example near http://www.imagemagick.org/Usage/distorts/#shadow3d, that creates this variable shadow with the good way ? As for ...
by jdespatis
2011-07-25T06:44:28-07:00
Forum: Users
Topic: Applying 3d shadow but image source changes
Replies: 4
Views: 7631

Re: Applying 3d shadow but image source changes

Oups image have been moved,

I've created them again for the post to be valid

If anyone has an idea...

Thanks
by jdespatis
2011-07-25T01:33:01-07:00
Forum: Users
Topic: google maps icon shadow with convert
Replies: 10
Views: 19504

Re: google maps icon shadow with convert

Hello Thanks for this post, I need also to create an icon for google maps Anthony has been speaking about a better show shadow, he was saying: "You may like to look at the next set of examples after shadow3d when it replaces the affine-blur with a perspective-blur-perspective so that the top of the ...
by jdespatis
2011-07-25T01:23:19-07:00
Forum: Users
Topic: Applying 3d shadow but image source changes
Replies: 4
Views: 7631

Applying 3d shadow but image source changes

Hello, I'd like to create an icon for google maps, as a result I need to add a shadow to an image. Thanks to this post: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13639 Based on IM example: http://www.imagemagick.org/Usage/distorts/#shadow3d I can create such a shadow, But with ...
by jdespatis
2011-06-27T06:42:53-07:00
Forum: Users
Topic: iPhone shine effect
Replies: 2
Views: 5026

Re: iPhone shine effect

Thanks for this code!

And by sheer chance, have you an idea to add the border (we can see it on the reference image) ?
by jdespatis
2011-06-24T06:32:16-07:00
Forum: Users
Topic: iPhone shine effect
Replies: 2
Views: 5026

iPhone shine effect

Hello, I'd like to apply an effect to my image, in order to get the appearance of any logo on an iPhone I've seen this post, but it doesn't give effective IM parameters to do so: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13140&p=44154&hilit=iphone+iphone+effect#p44154 Anyone ...