Search found 9 matches

by tksharpless
2017-05-24T19:06:48-07:00
Forum: Bugs
Topic: composite -stereo no longer makes anaglyph
Replies: 3
Views: 8738

Re: composite -stereo no longer makes anaglyph

Glad you are still distributing IM 6, as I have a bunch of production scripts that depend on it.
by tksharpless
2017-05-24T18:51:57-07:00
Forum: Bugs
Topic: composite -stereo no longer makes anaglyph
Replies: 3
Views: 8738

composite -stereo no longer makes anaglyph

In IM 6 the (Windows) command line composite -stereo 0 %~2 %~1 %out% made a red/cyan color anaglyph, and composite -stereo 0 %~2 -colorspace gray %~1 -colorspace gray %out% made a grayscale one. But in IM 7 the same lines (prefixed with magick) make all-red images. Did I miss a documentation update,...
by tksharpless
2016-08-26T17:33:25-07:00
Forum: Users
Topic: can't read ACR 7.1 HDR dng
Replies: 3
Views: 3720

Re: can't read ACR 7.1 HDR dng

I think it has to do with the latest version of ACR (7.1) -- exporting from LR with the option of compatibility with an earlier version gives a file that dcraw can read.
by tksharpless
2016-08-26T12:27:05-07:00
Forum: Users
Topic: can't read ACR 7.1 HDR dng
Replies: 3
Views: 3720

can't read ACR 7.1 HDR dng

Version: ImageMagick 6.9.2-6 Q16 x64 2015-11-14 Problem: trying to convert .dng files generated by Lightroom cc HDR merge. E.G. identify gives F:\Photo\Porch-hdr-26Aug16>identify -verbose DSC01800-HDR.dng Cannot decode file C:/Users/User/AppData/Local/Temp/magick-5260itke8nH0QyLJ identify.exe: deleg...
by tksharpless
2016-07-03T20:03:08-07:00
Forum: Users
Topic: Gray anaglyph
Replies: 5
Views: 4925

Re: Gray anaglyph

Ideally, the -stereo operator should automatically convert a single channel image to 3 channel.
by tksharpless
2016-07-03T19:58:13-07:00
Forum: Users
Topic: Gray anaglyph
Replies: 5
Views: 4925

Re: Gray anaglyph

The images are rgb to begin with. But gray anaglyph is usually better for checking stereo alignment.
by tksharpless
2016-07-02T13:42:28-07:00
Forum: Users
Topic: Gray anaglyph
Replies: 5
Views: 4925

Re: Gray anaglyph

Thanks much. Yes,
composite -stereo 0 rgt.jpg -colorspace gray lft.jpg -colorspace gray anagg.jpg
works "like Magick".
by tksharpless
2016-07-02T05:06:34-07:00
Forum: Users
Topic: Gray anaglyph
Replies: 5
Views: 4925

Gray anaglyph

I want to convert RGB stereo pairs to gray anaglyph.
composite -stereo needs rgb images, so I need to convert color RGB to gray RGB. How?
by tksharpless
2015-11-21T12:03:25-07:00
Forum: Bugs
Topic: QImageReader can't read IM jpegs
Replies: 1
Views: 3444

QImageReader can't read IM jpegs

Converted a bunch of tiffs to jpeg with mogrify -format jpg (current IM version). When I try to read them with a Qt QImageReader it reports "unable to read image data". Several other apps including Photoshop read those files OK, so this is not really an IM bug, but a Qt one. I just thought...