Search found 57 matches

by afre
2015-02-28T18:01:10-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

The range of [mean] is from 0 to quantumrange of your IM compile. The range of [fx:mean] is always from 0 to 1. Similarly for all the other statistics. The fx versions always range from 0 to 1. OK—that confirms my impression of fx . What's odd is that kurtosis and skewness show different values amo...
by afre
2015-02-28T17:04:05-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

convert in.png -gravity SouthEast -crop 100x50+0+0 +repage -colorspace Gray -format "%[fx:mean]" info: Forgot that we could use -format with convert . Is it possible to make it into a condition within IM to set a label black or white? My standard method would be to write to file and use t...
by afre
2015-02-26T19:34:17-07:00
Forum: Bugs
Topic: -linear-stretch
Replies: 4
Views: 4030

-linear-stretch

For ImageMagick 6.9.0-6 Q32 x86_64 (WIN) when doing

Code: Select all

convert logo: -linear-stretch 5x5 logo.png
all or some of the image turns white, like this.
by afre
2015-02-25T13:57:50-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

Back on topic :shock:: I would like to make a label that is white on black or vice versa depending on the context. Instead of taking the intensity of the entire image, it would be more appropriate the take that of a subregion (say SouthEast). As noted, I could probably do things haphazardly with man...
by afre
2015-02-25T10:02:06-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

I think I've cracked both, but other stuff has distracted me. Sounds good. However, eqLimit, etc. aren't suitable for me atm because It's still puzzling as to why I need to run the script 3x when I begin with an empty/cleared %CYGTEMP%. It's especially annoying when processing multiple files or tes...
by afre
2015-02-22T22:44:22-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

1. Replaced all "%TEMP%" with "%CYGTEMP%" ( C:\cygwin64\tmp ) because my %TEMP% path is unacceptably long. It's still puzzling as to why I need to run the script 3x when I begin with an empty/cleared %CYGTEMP% . 2. Didn't think through the slope-question before posting. Also, did...
by afre
2015-02-22T15:25:47-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

Thanks again. That would be of great help to others. Didn't document all the adjustments; everyone's system is different after all. Two more things: %CYGTEMP% is my only tmp directory. When I run %PICTBAT%eqLimit for the first time (or after emptying %CYGTEMP%), I have to run the command 2 times bef...
by afre
2015-02-21T21:37:51-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

snibgo: Good news. It took me a while to get there but, after some attempts, this thread and a series of tweaks, eqLimit finally works for me :D.
by afre
2015-02-20T21:12:58-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

Which package does chklist.h come from? CC filters/filters_geodist_la-geodist.lo filters/geodist.c:9:21: fatal error: chklist.h: No such file or directory #include "chklist.h" ^ compilation terminated. Makefile:9118: recipe for target 'filters/filters_geodist_la-geodist.lo' failed make[1]:...
by afre
2015-02-20T12:47:47-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

Thanks. The makefile.am in your new zip file still contains entries for eqfish2rect.c segscanmerge.c sortlines.c but I'll remove them.
by afre
2015-02-20T09:55:43-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

snibgo wrote:Don't worry about warnings.
Guess it wouldn't matter esp. since it's a hellow :lol:. BTW eqfish2rect.c onewhite.c segscanmerge.c sortlines.c don't exist. Any of them needed by your scripts? If not, I will remove their references, build and hope for the best 8).
by afre
2015-02-20T01:17:17-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

snibgo , it takes my PC much longer to build IM :(. Current errors: CC filters/filters_hellow_la-hellow.lo filters/hellow.c: In function 'hellowImage': filters/hellow.c:12:5: warning: unused variable 'image_info' [-Wunused-variable] image_info; ^ CCLD filters/hellow.la ... make[1]: *** No rule to m...
by afre
2015-02-19T15:02:48-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

Makes sense. Will give it a try sometime. BTW—is analyze.c legit or just a dummy module? It's included in your Makefile.am; however,
[i]snibgo[/i] wrote:The numbers are clearly wrong (the mean lightness isn't that low) but the point is that the analyze module does run.
by afre
2015-02-18T22:32:57-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

snibgo : Good, analyze is on the list now. A lot is going on here . Correct me if I am wrong: All I need to do is copy Makefile.am and the *.c files to filters ; the rest is just to explain what modules, etc., are. If that's the case, then I just need to rebuild %im32f% . For my PC, it takes a very...
by afre
2015-02-18T16:09:46-07:00
Forum: Users
Topic: Processing for print
Replies: 50
Views: 20987

Re: Processing for print

Yeah, kept on typing the extra "s" 8) .