Search found 44 matches

by sas
2011-10-06T10:09:20-07:00
Forum: Users
Topic: finding images within an image & excluding them from filters
Replies: 6
Views: 13393

Re: finding images within an image & excluding them from fil

Thanks for your help anthony and fmw42. I've now played around with this a little. One thing that confuses me is that the -dissimilarity-threshold option of compare doesn't seem to have much of an effect: compare -subimage-search -dissimilarity-threshold X% original.png search_image_flat.png result-...
by sas
2011-10-04T14:22:31-07:00
Forum: Users
Topic: finding images within an image & excluding them from filters
Replies: 6
Views: 13393

finding images within an image & excluding them from filters

Hi, I have something I'd like to do with ImageMagick, but I'm not sure where to start, or if it's even possible. Given a source image , for example like this: http://img41.imageshack.us/img41/8579/originalsa.png ... and a " search image ", for example like this: http://img820.imageshack.us...
by sas
2011-04-14T13:07:14-07:00
Forum: Bugs
Topic: Possible bug writing small .gif images
Replies: 8
Views: 16007

Re: Possible bug writing small .gif images

After upgrading to ImageMagick 6.6.9-4 2011-04-11 Q16, it works as expected now. Great!
fmw42 wrote:convert -size 16x16 xc:none -fill blue -draw 'rectangle 4,4 8,8' tmp.gif
That probably always worked, the problem was only with images with width ≤10px and height ≤ 25px (at least for me).
by sas
2011-04-14T08:09:11-07:00
Forum: Bugs
Topic: Possible bug writing small .gif images
Replies: 8
Views: 16007

Re: Possible bug writing small .gif images

I might be hitting the same bug (also using ImageMagick 6.6.9-1). In my case it doesn't replace transparent pixels with black, however, but rather with the "Alpha" background color saved with the image: bullet.png http://img860.imageshack.us/img860/4299/bullet.png $ identify -verbose bulle...
by sas
2011-01-13T18:17:22-07:00
Forum: Users
Topic: semi-flatten PNG images
Replies: 11
Views: 20736

Re: semi-flatten PNG images

Hi, the "Over + ChangeMask" solution still seems to have issues after all. (Well, they might not be issues for other people, but for my use-case, they're problematic.) For example, given below is a real-life example of my use-case (well, real-life plus -sample 1000% plus black border ). Th...
by sas
2011-01-13T11:51:17-07:00
Forum: Users
Topic: semi-flatten PNG images
Replies: 11
Views: 20736

Re: semi-flatten PNG images

Thanks, anthony! Your solution works great: http://img204.imageshack.us/img204/5789/sourceup.png + http://img163.imageshack.us/img163/576/backgroundtv.png --> http://img827.imageshack.us/img827/2451/outpute.gif Also thanks for including the "without parenthesis" version, as that really hel...
by sas
2011-01-11T14:46:18-07:00
Forum: Users
Topic: semi-flatten PNG images
Replies: 11
Views: 20736

Re: semi-flatten PNG images

your final example results seems to indicate you are wanting to define the background of a GIF image that only has boolean transparency, in termes of a web page background. That is you want to replace semi-transparency with an appropriate opaque color blend, while keeping fully-transparent transpar...
by sas
2011-01-07T08:35:59-07:00
Forum: Users
Topic: semi-flatten PNG images
Replies: 11
Views: 20736

Re: semi-flatten PNG images

Ok, after more experimentation, I did manage to get it to work after all... (At least for the sample images I checked with.) If anybody knows if there's a better way to do this, or if it can be written in a more compact form (maybe a single console command instead of three?), then please tell. -----...
by sas
2011-01-07T04:19:08-07:00
Forum: Users
Topic: semi-flatten PNG images
Replies: 11
Views: 20736

semi-flatten PNG images

Hi all, how would one semi-flatten a PNG image against some background image using ImageMagick? I.e. blend a partially translucent source image over a background image, but only let the background image shine through on those pixels where the source image has an opacity greater than 0 . (Fully trans...
by sas
2010-02-11T02:43:43-07:00
Forum: Users
Topic: Has anyone ever managed to script that 3D screenshot effect?
Replies: 10
Views: 19586

Re: Has anyone ever managed to script that 3D screenshot eff

I can only see the second example. I cannot access the first. You can see here, for example: http://nexus404.com/Blog/2010/02/09/google-buzz-takes-a-hit-at-twitter-never-to-replace-them-what-is-google-buzz-why-do-i-need-it/ (As you can see, this example actually *only* shows a bottom shadow) I saw ...
by sas
2010-02-10T14:25:12-07:00
Forum: Users
Topic: Has anyone ever managed to script that 3D screenshot effect?
Replies: 10
Views: 19586

Re: Has anyone ever managed to script that 3D screenshot eff

One more question: If I wanted to add a soft bottom shadow, as for example in http://mail.google.com/mail/buzz/img/interstitial_page.png http://www.inloox.com/var/corporate_site/storage/images/media/images/coverscreen/9251-2-eng-GB/coverscreen_large.png a -draw "ellipse ..." with a -blur a...
by sas
2010-02-10T14:00:28-07:00
Forum: Users
Topic: Has anyone ever managed to script that 3D screenshot effect?
Replies: 10
Views: 19586

Re: Has anyone ever managed to script that 3D screenshot eff

fmw42 wrote:Sorry to be so long in getting around to this, but I had other commitments. I have now created a script called, 3Dreflection, to do something like the examples provided above. see my web site below for downloading.
Hey, thanks a lot!
by sas
2009-11-29T04:48:35-07:00
Forum: Users
Topic: Has anyone ever managed to script that 3D screenshot effect?
Replies: 10
Views: 19586

Re: Has anyone ever managed to script that 3D screenshot effect?

This has been done before and posted in IM. Search the archives. I tried, but can't seem to find anything (other than what you quoted)... Maybe I'm searching for the wrong keywords... Does this effect have an official name which I can use to search for it? For example http://www.imagemagick.org/dis...
by sas
2009-11-28T16:51:50-07:00
Forum: Users
Topic: Has anyone ever managed to script that 3D screenshot effect?
Replies: 10
Views: 19586

Has anyone ever managed to script that 3D screenshot effect?

You know, the one that commercial companies like to use to present their software products... The original screenshot is always tilted by a small amount in 3D-space, and shows a smooth shadow and reflection. Here's an example: http://www.softmaker.com/english/ofwtm_en.htm Has anyone had any luck imp...