Search found 26 matches

by PaulAThompson
2018-02-25T15:27:43-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 26310

Re: workflow: resize, watermark, caption

I have worked on a similar approach for a number of years. I use this as my "learn a new language" project. I do the following: 1) Program 1: Read a directory looking for photos (.png, jpg, tiff, etc) 2) Write the names of the photos to a small editable file 3) You edit the file and put in...
by PaulAThompson
2018-02-24T16:22:02-07:00
Forum: Bugs
Topic: Error message, can't find configure file, mingw version of IM
Replies: 1
Views: 6240

Error message, can't find configure file, mingw version of IM

I am using ImageMagick under minGW emulation. I installed it by pacman -S mingw-w64-x86_64-imagemagick in the msys2 console. All went well. After installing, I got an error convert.exe: unable to find configure file 'configure.xml': stuff I found the file under /mingw64/lib/ImageMagick.7.0.6/config-...
by PaulAThompson
2018-02-24T16:16:01-07:00
Forum: Users
Topic: error message using convert
Replies: 3
Views: 3298

Re: error message using convert

Fred:

Thanks for your comment and suggestion. The error was caused by a setup malfunction in the install program. I made the error go away by copying the confingure.xml file from one place to a proper location. What a PITA.
by PaulAThompson
2018-02-22T21:48:33-07:00
Forum: Users
Topic: error message using convert
Replies: 3
Views: 3298

error message using convert

I get the following error message:

convert.exe: unable to access configure file 'configure.xml' blah blah blah

I am running IM using a minGW shell

convert -list configure

generates the error

convert xxx.jpg yyy.jpg

runs clean
by PaulAThompson
2018-02-17T12:45:44-07:00
Forum: Users
Topic: color-matrix
Replies: 5
Views: 5231

Re: color-matrix

Those help some, but not completely. In the designstacks.net/color-matrix tutorial, the matrix is 4x5 (r x c). In the imagemagic "help" (which is not clear or specific), the matrix is 6x6 with 2 commas. In one discussion, fmw says" I think snibgo is correct, in IM the offsets are in t...
by PaulAThompson
2018-02-16T06:32:51-07:00
Forum: Users
Topic: color-matrix
Replies: 5
Views: 5231

color-matrix

I am looking for a clear explanation of the color-matrix option. I am trying to convert GIMP-like choices into ImageMagick commands. In GIMP, you can modify the levels of a color. This seems difficult to do in ImageMagick. I would like to use color-matrix, but the explanations are not clear or easy ...
by PaulAThompson
2018-02-13T14:25:35-07:00
Forum: Users
Topic: Read coefficients for -function from a file
Replies: 2
Views: 2666

Re: Read coefficients for -function from a file

Thanks. Works like a charm.
by PaulAThompson
2018-02-13T13:27:07-07:00
Forum: Users
Topic: Read coefficients for -function from a file
Replies: 2
Views: 2666

Read coefficients for -function from a file

I am trying to read coefficients for a -function Polynomial call from a file. Here is a successful command: convert C:\Users\Paul\Pictures\2017-12\17096648.JPG ^ -function Polynomial 10.8002128780857,-23.8077779274411,16.0669025317382,-2.05933748238276,0 ^ C:\Users\Paul\Pictures\2017-12\17096648b.JP...
by PaulAThompson
2014-08-07T11:44:03-07:00
Forum: Users
Topic: Annotate errors - windows 7 x64
Replies: 7
Views: 5452

Re: Annotate errors - windows 7 x64

OK, that worked. Is that always the case? Only " is a text quote?

The other thing that doesn't work is

-annotate +0+8 @testtext.txt

where testtext.txt has the text in it.
by PaulAThompson
2014-08-07T11:25:49-07:00
Forum: Users
Topic: Annotate errors - windows 7 x64
Replies: 7
Views: 5452

Annotate errors - windows 7 x64

I am using a command convert "badlands.jpg" -pointsize 14 -mattecolor grey -background ^ grey -frame 3x3+0+3 -gravity South -splice 0x15 -frame 6x6+3+0 ^ -annotate +0+8 Testofannotate frame_montage.gif which works fine. However, if I add spaces and single-quotes, I get errors: convert &quo...
by PaulAThompson
2013-12-28T10:44:40-07:00
Forum: Users
Topic: Syntax of convert command
Replies: 1
Views: 3099

Syntax of convert command

I am learning ImageMagick to do a number of tasks. In working with the convert command, I am a little stymied. I find a lot of examples of how to do things, but I have found few discussions of the command which explain the operations systematically (YMMV). Clearly the command is extremely complex, w...
by PaulAThompson
2012-06-25T12:44:52-07:00
Forum: Users
Topic: Interactive image editing with journaling
Replies: 7
Views: 13159

Re: Interactive image editing with journaling

Yes, the forum is very helpful, and persons like yourself seem quite willing to pitch in and lend a hand. It comes down to the learning curve, and getting people to be interested. I work with a bunch of bench scientists, and am trying to get a reproducible tool for them to run to get the same thing ...
by PaulAThompson
2012-06-25T10:59:45-07:00
Forum: Users
Topic: Interactive image editing with journaling
Replies: 7
Views: 13159

Interactive image editing with journaling

In the world of image manipulation, there are many interactive tools (GIMP, Photoshop, etc), which use a WYSIWYG editing approach. There is also ImageMagick which uses a scripting approach.

Is there any interactive editor which also outputs ImageMagick code which can then be saved for later re-use?
by PaulAThompson
2012-06-24T16:40:58-07:00
Forum: Fred's Scripts
Topic: Getting started with Fred's Scripts
Replies: 21
Views: 63204

Re: Getting started with Fred's Scripts

Thanks, Fred. I am doing that. I am starting a large project. I have a bunch of family photos (stop me if you've heard this before), and wish to put them into good order. 1) What's the best format to convert .jpg photos into? It looks like .png would be a good choice. 2) Is there a good discussion s...
by PaulAThompson
2012-06-24T13:35:15-07:00
Forum: Fred's Scripts
Topic: Getting started with Fred's Scripts
Replies: 21
Views: 63204

Re: Getting started with Fred's Scripts

You have a very good suggestion. I went and looked at the IM usage page and right there, immediately, a simple command to do what I want with less complexity. Thanks.