Search found 57 matches

by afre
2015-02-18T13:40:41-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20991

Re: Processing for print

snibgo : I am currently stuck at Build "-process" modules . When I do %im32f%convert -list modules I get convert: unrecognized list type `modules' @ error/convert.c/ConvertImageCommand/2025. fmw42 : It isn't my code :lol: and it appears that the author doesn't want us to contact him. Fort...
by afre
2015-02-16T12:16:58-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20991

Re: Processing for print

Things usually occur to me after I write something :lol: Yes, histogram equalization should already do the job. However, there are a number of reasons that low contrast is still an issue for me. Perhaps, among other things: My limit is too high; I'm not equalising enough. Enfuse is giving too much w...
by afre
2015-02-15T14:55:15-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20991

Re: Processing for print

fmw42 , 2 more questions: Low contrast photos: Would it be better to use say -linear-stretch or its relatives at the beginning or the end of the pipe? Before or after something like your redist or my non- IM CLAHE script? Currently, I use -linear-stretch 10x10. I understand it isn't a simple answer...
by afre
2015-02-07T16:20:38-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20991

Re: Processing for print

Hello fmw42 , I am beginning to understand what my underlying trouble is. I get confused when trying to combine too many ideas at once. I normally use IM options separately in short commands. However, that creates intermediary files and decreases overall quality. With your hints, I can do: convert -...
by afre
2015-02-06T15:56:42-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20991

Re: Processing for print

Hello fmw42 , snibgo , I am using ImageMagick 6.9.0-3 Q16 x64 from the Windows binary. My intention is to make prints of a photo collection at say Walmart. I am making some assumptions about their requirements. I am not in a hurry to print. I am just playing around with code to figure out what I wan...
by afre
2015-02-06T10:40:02-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20991

Processing for print

Hello All, I have been using IM for photo processing and would like to prepare the image for print (e.g. Walmart). This is what I have so far: FOR %i in (*.PNG) DO convert -quiet %i -alpha Remove -alpha Off -filter Lanczos -distort Resize 1350x1350^^ -density 300 -units PixelsPerInch -fill White -un...
by afre
2015-02-03T09:50:23-07:00
Forum: Users
Topic: Make Error (coders/emf.c)
Replies: 2
Views: 2064

Re: Make Error (coders/emf.c)

BTW, most of your changelog entries still use 2014. :wink:
by afre
2015-02-02T15:28:14-07:00
Forum: Users
Topic: Make Error (coders/emf.c)
Replies: 2
Views: 2064

Make Error (coders/emf.c)

Hello All, I have been following snibgo 's instructions in building IM with Cygwin. bash is getting a little annoyed at the moment: coders/emf.c: In function 'ReadEMFImage': coders/emf.c:510:3: error: 'status' undeclared (first use in this function) status=SetImageExtent(image,image->columns,image->...
by afre
2014-01-25T15:25:37-07:00
Forum: Users
Topic: Rejoin tiles that overlap...
Replies: 6
Views: 3159

Re: Rejoin tiles that overlap...

-page xxx image1 -page ... image2 -flatten
Thanks for the tip. I got it working by redirecting the geometry.

~afre
by afre
2014-01-23T10:32:56-07:00
Forum: Users
Topic: Rejoin tiles that overlap...
Replies: 6
Views: 3159

Re: Rejoin tiles that overlap...

BTW, I am not using IM to process the tiles, so the virtual canvas isn't preserved. I am not successful in reapplying this info though. :? $ identify -set page 4280x2854+2140+1426 L1077429_3d.png L1077429_3d.png PNG 2140x1428 4280x2854+2140+1426 8-bit DirectClass 2.439MB 0.000u 0:00.000 $ identify -...
by afre
2014-01-22T16:56:47-07:00
Forum: Users
Topic: Rejoin tiles that overlap...
Replies: 6
Views: 3159

Re: Rejoin tiles that overlap...

I will give it a try. Thanks.
by afre
2014-01-22T15:57:37-07:00
Forum: Users
Topic: Rejoin tiles that overlap...
Replies: 6
Views: 3159

Rejoin tiles that overlap...

Been using ImageMagick for some time. A steep learning curve but rewarding I suppose. My computer isn't very powerful, so I cut my images before I process them. I am wondering if there is a simple way to rejoin tiles that overlap. E.g., to undo: -crop 2x2+0+2@ +repage +adjoin I end up having to crop...