Search found 41 matches

by djd
2013-11-19T06:12:55-07:00
Forum: Users
Topic: How can "show:", "win:" be made to work
Replies: 12
Views: 13531

Re: How can "show:", "win:" be made to work

These all work:

C:\>cmd /C myview2.bat star.gif

C:\>cmd /C myview1.bat star.gif

C:\>cmd /C myview2.bat "C:\Documents and Settings\djd\star.gif"

C:\>cmd /C myview1.bat "C:\Documents and Settings\djd\star.gif"
by djd
2013-11-19T00:25:25-07:00
Forum: Users
Topic: How can "show:", "win:" be made to work
Replies: 12
Views: 13531

Re: How can "show:", "win:" be made to work - 1/2way there?

The following batch files work in the XP command shell: myview1.bat: @echo off C:\programs\ifanview\i_view32.exe %~s1 myview2.bat: @echo off C:/WINDOWS/system32/rundll32.exe c:/windows/system32/shimgvw.dll,ImageView_Fullscreen %~s1 i_view32 is a free GUI The second batch file invokes "Windows P...
by djd
2013-11-17T19:19:32-07:00
Forum: Users
Topic: IM copy_opacity example seems to fail
Replies: 10
Views: 7632

Re: IM copy_opacity example seems to fail - Solved

The GUI being used to check the image was PSP-7. A vague recollection of a GUI upgrade being provided 10 or more years ago, stimulated an extensive search through disks. There was in fact an upgrade and it had not been applied to the GUI on the PC being used. Upon performing the upgrade, the image d...
by djd
2013-11-16T05:44:57-07:00
Forum: Users
Topic: IM copy_opacity example seems to fail
Replies: 10
Views: 7632

Re: IM copy_opacity example seems to fail

There seems to be a serious gap in my knowledge of transparency. Repeating the example script in the IM V6 Composting examples: convert -size 70x70 xc:black -fill white -draw 'circle 35,35 35,5' \ -fill black -draw 'circle 28,30 35,5' moon_mask.gif convert -size 70x70 plasma:white-dodgerblue moon_ma...
by djd
2013-11-16T04:01:06-07:00
Forum: Users
Topic: How can "show:", "win:" be made to work
Replies: 12
Views: 13531

Re: How can "show:", "win:" be made to work

In the previous post, the error message was a windows message board with title RUNDLL. But OOPS! I failed to use `verbose' and so missed the IM error messages which are: convert -verbose -size 100x100 xc:white "win:" xc:white=>white XC 100x100 100x100+0+0 16-bit sRGB 0.000u 0:00.031 xc:whi...
by djd
2013-11-16T03:47:02-07:00
Forum: Users
Topic: How can "show:", "win:" be made to work
Replies: 12
Views: 13531

Re: How can "show:", "win:" be made to work

Thanks for the replies. I have XP and it does not have Windows Photo Viewer but it has a viewer the title bar of which declares "Windows Picture and Fax Viewer". Actually, to run other than clicking on a file that is associated with it is to execute: C:/WINDOWS/system32/rundll32.exe "...
by djd
2013-11-14T07:54:10-07:00
Forum: Users
Topic: IM copy_opacity example seems to fail
Replies: 10
Views: 7632

Re: IM copy_opacity example seems to fail

To Fred: My first post contains the two scripts I used which are copies from the imagemagick examples. The IM example actually has `CopyOpacity', no hyphen. But I tried both with the same lack of result. It is strange that copy_opacity does seem to work in your textcleaner. I used it a couple of day...
by djd
2013-11-13T18:45:50-07:00
Forum: Users
Topic: How can "show:", "win:" be made to work
Replies: 12
Views: 13531

How can "show:", "win:" be made to work

"win:"/"show:" used to work and were very useful when debugging a command or script.
However they don't seem to work with Windows XP.

Are there files in an existing installation that can be patched (eg by me) in order
to make one of win:/show: work?
by djd
2013-11-13T18:25:04-07:00
Forum: Users
Topic: IM copy_opacity example seems to fail
Replies: 10
Views: 7632

Re: IM copy_opacity example seems to fail

Version: ImageMagick 6.8.7-4 2013-10-26 Q16 I use a Korn Shell command line interpreter running under Windows XP and have been running IM scripts for many years. EG several of Fred's scripts run without change. But "to be sure to be sure" I ran it again in XP command mode and it still fail...
by djd
2013-11-13T06:24:06-07:00
Forum: Users
Topic: IM copy_opacity example seems to fail
Replies: 10
Views: 7632

IM copy_opacity example seems to fail

a) Copy_Opacity An example of Anthony's from http://www.imagemagick.org/Usage/compose/#copyopacity intended to ilustrate the use of `copy_opacity' convert -size 70x70 xc:black -fill white -draw 'circle 35,35 35,5' \ -fill black -draw 'circle 28,30 35,5' \ moon_mask.gif convert -size 70x70 plasma:whi...
by djd
2013-11-12T04:33:07-07:00
Forum: Users
Topic: Contrast gradient
Replies: 5
Views: 5137

Re: Contrast gradient - solutions

Thanks again snibgo and Fred.

Both suggestions work quite well. Fred's text tool, being a complete script is naturally, easy to use `out of the box'.

Regards
by djd
2013-11-08T22:33:45-07:00
Forum: Users
Topic: Contrast gradient
Replies: 5
Views: 5137

Re: Contrast gradient - solution

Thanks snibgo, most helpful. Although I have used IM off and on for years, sometimes with quite complex problems, there are still many options I have never seen. Even after searching for the %[pixel:...] option just now, all I could find was %[pixel: expression] but had no luck finding a list of val...
by djd
2013-11-08T04:54:23-07:00
Forum: Users
Topic: Contrast gradient
Replies: 5
Views: 5137

Contrast gradient

I photographed a notice at an awkward angle (this is actually a representative test case). Using the perspective operator with convert, the image aligned OK. The image remains darker to the right (as expected). I want to OCR the image for which reduction to two colours is best. However the right sid...
by djd
2013-03-28T23:34:35-07:00
Forum: Bugs
Topic: Problem with Fred's Auto-Captions
Replies: 2
Views: 3777

Re: Problem with Fred's Auto-Captions

Downloading IM 6.8.4-3 fixed the caption problem (thanks) even though ImageMagick did not pass the Installation test. That is, `convert wizard.jpg win:' resulted in display of the Windows XP `Open With' dialogue box with the instruction: Choose the program you wish to open the file: File: magick-440...
by djd
2013-03-28T05:01:11-07:00
Forum: Bugs
Topic: Problem with Fred's Auto-Captions
Replies: 2
Views: 3777

Problem with Fred's Auto-Captions

I upgraded IM to version: HOST Windows LIB_VERSION 0x680 LIB_VERSION_NUMBER 6,8,0,3 NAME ImageMagick RELEASE_DATE 2012-11-01 VERSION 6.8.0 I use a script employing Fred's autocaptions. It produced reasonable results in a previous version of IM. With the more recent version of IM and the same script,...