Search found 457 matches

by GreenKoopa
2010-12-10T00:05:03-07:00
Forum: Users
Topic: Uniting different commands in a single one
Replies: 52
Views: 91320

Re: Uniting different commands in a single one

Since -draw takes a filename as a parameter, I don't know how to combine these. Maybe someone else knows how to do this. Have you considered using -composite and -geometry instead of -draw? If you chose draw for a reason, hopefully someone can answer that question. If -composite and -geometry haven'...
by GreenKoopa
2010-12-09T13:34:46-07:00
Forum: Users
Topic: Scaling just one channel
Replies: 10
Views: 20964

Re: Scaling just one channel

( and ) have to be escaped to \( and \) on Linux, % must be escaped to %% in Windows batch files. Line continuation is \ on Linux, ^ on Windows.
by GreenKoopa
2010-12-09T01:49:14-07:00
Forum: Users
Topic: reducing noise
Replies: 8
Views: 18314

Re: reducing noise

My guess would be to try some larger median and then follow that by some moderate shapening or unsharp masking or possible blurring. Sadly a sharpening step anywhere only amplified the problem in some areas. It was a good suggestion so I'll try it on the other photos. Low light photography is also ...
by GreenKoopa
2010-12-08T19:12:54-07:00
Forum: Users
Topic: reducing noise
Replies: 8
Views: 18314

Re: reducing noise

You could try -despeckle or some other denoising filter. Is there a list of denoising filters? You could try a larger median value and then some sharpening afterwards. A good idea I hadn't thought of. your noise looks like film grain And paper texture. My consolation is that I already have the imag...
by GreenKoopa
2010-12-08T16:04:51-07:00
Forum: Users
Topic: reducing noise
Replies: 8
Views: 18314

Re: reducing noise

Again, apology for the irritating error/advert page. The host has been changed and only a sample piece of the image is given. I don't know in what way it could help address the noise, but the original scan was in RGB. http://i54.tinypic.com/hwi905.png With some final tweaking, this project is soon t...
by GreenKoopa
2010-12-08T14:13:43-07:00
Forum: Users
Topic: reducing noise
Replies: 8
Views: 18314

reducing noise

I have a scan of a 60-year-old photo. At 29 megapixel, it is as much noise as image. Any advice on what filter might clean this up? http://i53.tinypic.com/x2qm42.png after "-median 1 -gaussian-blur 2x0.5" http://i55.tinypic.com/2iqeki0.png Before this I: touched up the photo by hand to rep...
by GreenKoopa
2010-12-08T00:50:00-07:00
Forum: Users
Topic: How to find if a file has been edited with IM? (verbose?)
Replies: 2
Views: 4910

Re: How to find if a file has been edited with IM? (verbose?

There are endless ways to do this. External - keep a list of filenames or file hashes or image fingerprints File level - alter the filename, directory, or use file system metadata (would depend on your file system) Image - set a single pixel or some more complex watermark - maybe your processing alr...
by GreenKoopa
2010-12-07T20:39:08-07:00
Forum: Users
Topic: Composite with different transparencies
Replies: 20
Views: 36092

Re: Composite with different transparencies

I just tested the latest version and the bug is still there. At least the two of us have a workaround now. What does png32: do anyway PNG32: forces the 32-bit PNG format, that is 8 bits for each red, green, blue, and alpha transparency channels. Alternatively, you can use -define png:color-type=6 to...
by GreenKoopa
2010-12-07T19:51:09-07:00
Forum: Bugs
Topic: PNG palette transparency
Replies: 2
Views: 6434

Re: PNG palette transparency

I verified that I really have "6.6.6-3 2010-12-01 Q16" an re-ran some tests. Doesn't work (transparent turn to balck): composite USAsnow4.png transp_rain4.png a.png composite USAsnow4.png transp_rain4.png -type TrueColorMatte b.png Works: composite USAsnow4.png transp_rain4.png -define png...
by GreenKoopa
2010-12-07T18:30:47-07:00
Forum: Users
Topic: Composite with different transparencies
Replies: 20
Views: 36092

Re: Composite with different transparencies

I reported this as a bug:
viewtopic.php?f=3&t=17635

weatherbadger, I linked to your two images at weatherbadger.com. I'm sure the developers would appreciate you leaving them up, or providing new links in the above bug report.
by GreenKoopa
2010-12-07T18:26:18-07:00
Forum: Bugs
Topic: PNG palette transparency
Replies: 2
Views: 6434

Re: PNG palette transparency

My ImageMagick came from a zip file labeled 6.6.6-2 but reports as 6.6.6-3 2010-12-01 Q16. I am using the Windows portable version. weatherbadger reports my PNG32: workaround not working in 6.6.1-0 2010-07-29 A seeming related problem: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&am...
by GreenKoopa
2010-12-07T18:19:22-07:00
Forum: Bugs
Topic: PNG transparency
Replies: 2
Views: 6655

Re: PNG transparency

ImageMagick is in a folder labeled 6.6.6-2 but reports as 6.6.6-3 2010-12-01 Q16.

A seeming related problem:
viewtopic.php?f=3&t=17635
Maybe this one too, but harder to tell:
viewtopic.php?f=1&t=17597
by GreenKoopa
2010-12-07T18:13:32-07:00
Forum: Users
Topic: Composite with different transparencies
Replies: 20
Views: 36092

Re: Composite with different transparencies

I am using version 6.6.6-2 or 6.6.6-3. (seems to be some labeling confusion in this version)
by GreenKoopa
2010-12-07T17:51:47-07:00
Forum: Bugs
Topic: PNG palette transparency
Replies: 2
Views: 6434

PNG palette transparency

Original post: Composite with different transparencies However a recent change was that IM is attempting to generate smaller PNG pallette image (with multiple levels of alpha). However in this case it is failing to preserve alpha!!!!! This is a known BUG but you should report this (as a new topic) t...
by GreenKoopa
2010-12-07T17:42:06-07:00
Forum: Users
Topic: Composite with different transparencies
Replies: 20
Views: 36092

Re: Composite with different transparencies

Anthony's solution works great!!! I will write up the bug. My suspicions are that the chart plotting software which gives a transparent background to the snow image has moved the transparency setting goalposts somehow... GreenKoopa - you said one uses transp white, and one transp black, and one inde...