Search found 457 matches

by GreenKoopa
2013-08-04T12:08:42-07:00
Forum: Users
Topic: -Distort on scanned mag. picture and colorspaces
Replies: 13
Views: 10129

Re: -Distort on scanned mag. picture and colorspaces

What I'm really wondering from this experiment is whether exploiting '-distort SRT 0' and 'colorspace' operators adds anything useful over other methods for removing halftone patterns like FFT spectrum notching. colorspace is probably useful to think about because it affects most methods, probably ...
by GreenKoopa
2013-08-04T11:53:42-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 18055

Re: "missing image filename" error from compare program

Thanks to all. The form: compare -identify -metric MAE out_1.png out_2.png null: 1> identify.txt 2> metric.txt works perfectly. I didn't need the identify information file anyway, so I can just ignore that file. If you don't need it you could replace identify.txt with nul, or leave -identify out of...
by GreenKoopa
2013-08-04T02:23:45-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 18055

Re: "missing image filename" error from compare program

snibgo wrote: As GreenKoopa has implied but not explicitly stated
As always, snibgo is much more articulate. Still, that anything coherent comes out of a turtle is remarkable.
snibgo wrote: the compare metric data goes to stderr, not stdout
This design choice is both genius and confusing.
by GreenKoopa
2013-08-04T02:06:16-07:00
Forum: Developers
Topic: Crop with specific aspect ratio (feature suggestion)
Replies: 5
Views: 15271

Re: Crop with specific aspect ratio (feature suggestion)

I was going to create this example, but after some thought it doesn't seem too useful. First, the OP sets gravity, which -distort doesn't use. Your square example assumes a gravity of center. Second, the solution is less well defined when not a square. If the input image is 90x100 and 4:3 is request...
by GreenKoopa
2013-08-04T01:41:47-07:00
Forum: Users
Topic: -crop to -page
Replies: 3
Views: 3014

-crop to -page

I would like to save a crop geometry for a future crop. This is the only solution I can think of. Any others? Page offsets may alternatively be positive. : Save an image with an area of interest specified. convert wizard: -repage 70x70-200-104 a.png : Verify that the page information has been saved....
by GreenKoopa
2013-08-03T23:23:34-07:00
Forum: Users
Topic: -Distort on scanned mag. picture and colorspaces
Replies: 13
Views: 10129

Re: -Distort on scanned mag. picture and colorspaces

I've been reluctant to try out anything labeled alpha, and I've been unable to find a HDRI build of 6.8.X for Windows. I'm happy to hear that 7 works well! I really should install and learn cygwin, then try building IM myself. Time is against us all. I don't immediately have any ideas for improvemen...
by GreenKoopa
2013-08-03T21:57:47-07:00
Forum: Users
Topic: Just want to combine 2 images
Replies: 10
Views: 20195

Re: Just want to combine 2 images

It is a problem with your quotes around the -draw arguments. Are you on Windows? Try swapping your use of single and double quotes.
by GreenKoopa
2013-08-03T20:32:58-07:00
Forum: Users
Topic: -Distort on scanned mag. picture and colorspaces
Replies: 13
Views: 10129

Re: -Distort on scanned mag. picture and colorspaces

Welcome. magick, does that mean you are using the version 7 alpha? Platform? I have been reading your posts but I honestly have nothing useful to add about filters. I do know a reasonable amount about colorspaces though.
by GreenKoopa
2013-08-03T20:18:49-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 18055

Re: "missing image filename" error from compare program

Welcome. A good place to begin reading about compare: http://www.imagemagick.org/script/compare.php http://www.imagemagick.org/Usage/compare/ The first two images are input, the two to compare. The third image is output, a difference of the two inputs. When this output image is not wanted, null: may...
by GreenKoopa
2013-08-02T22:51:44-07:00
Forum: Users
Topic: -distort
Replies: 6
Views: 6017

Re: -distort

Does changing the -virtual-pixel affect the extra column you are getting? Unfortunately not. I am cropping an arbitrary (often interior) area of an image while down-sampling. To achieve accurate viewport offsets while using distort:scale, they must be moved into the -distort SRT arguments. The offs...
by GreenKoopa
2013-08-02T18:07:03-07:00
Forum: Users
Topic: -distort
Replies: 6
Views: 6017

-distort

A FYI more than a question. I was having difficultly making my images line up after a -distort resize and crop. Sometimes they would, but other times it would be off by a little or an entire pixel. It turns out that the distort:viewport setting rounds all four values to integers. Then this is multip...
by GreenKoopa
2013-07-29T00:21:46-07:00
Forum: Users
Topic: unsharp parameters: GIMP -> IM
Replies: 17
Views: 52481

Re: unsharp parameters: GIMP -> IM

I was testing for an approximate parameter conversion, not the method, and this thread died for two weeks so I didn't keep my results. The graph of the GIMP unsharp was not smooth. Being 8-bit didn't help, but it seemed worse than that. Large values for amount in GIMP yielded poor results.
by GreenKoopa
2013-07-28T23:37:40-07:00
Forum: Users
Topic: unsharp parameters: GIMP -> IM
Replies: 17
Views: 52481

Re: unsharp parameters: GIMP -> IM

I did some testing for GIMP Radius = 0.5 - 6 and Amount = 1 - 6. I have determined that GIMP Amount is exactly the same parameter as IM Gain. IM Sigma is GIMP Radius plus not quite one, and IM radius is twice that. I find it strange that GIMP calls a parameter radius when pixels 2*(radius+1) distan...
by GreenKoopa
2013-07-27T01:02:24-07:00
Forum: Users
Topic: Does adding date stamp degrade photo?
Replies: 8
Views: 6448

Re: Does adding date stamp degrade photo?

jpeg compression splits an image into blocks of 8x8 pixels (a simplification which ignores chroma downsampling). The "best way to add a date stamp while minimizing loss of image quality" is to only recompress the blocks which were modified. ImageMagick, like most every image editor, lacks ...
by GreenKoopa
2013-07-25T23:01:13-07:00
Forum: Bugs
Topic: -modulate in HCLp
Replies: 4
Views: 8220

Re: -modulate in HCLp

Appears fixed in the new 6.8.6-7 release. Thank you.