Search found 8 matches

by jbeale
2013-05-26T16:06:23-07:00
Forum: Users
Topic: convert Bayer greyscale into RGB data (debayer)
Replies: 3
Views: 14733

Re: convert Bayer greyscale into RGB data (debayer)

As an addendum, for anyone interested, more info about this Raspberry Pi camera raw-decoder project, and links to sample data is at: http://www.raspberrypi.org/phpBB3/viewt ... 43&t=44918

Crop of raw bayer image: http://www.bealecorner.org/best/test/raw-crop1.png
by jbeale
2013-05-26T16:05:46-07:00
Forum: Users
Topic: convert Bayer greyscale into RGB data (debayer)
Replies: 3
Views: 14733

convert Bayer greyscale into RGB data (debayer)

Can I do this with ImageMagick? My problem: I have a raw bayer bitmap, which happens to be 16 bits per pixel although the data has only 10-bit resolution. The bayer pattern is fairly standard RGBG..., GRGB or similar (I think- I'll figure that out). There is no header at all, just the pixel data as ...
by jbeale
2010-07-05T20:43:43-07:00
Forum: Users
Topic: error with multiple filenames
Replies: 6
Views: 11282

Re: error with multiple filenames

Thanks again for the prompt help. Ok, 6.6.3.0 is installed, but I may have a basic usage confusion. What I have is a large number of files, hist0000.gif, hist0001.gif, hist0002.gif and so forth, and one mask file MASK.png and I want to generate a set of matching output files OUT001.png, OUT002.png ...
by jbeale
2010-07-05T13:52:56-07:00
Forum: Users
Topic: error with multiple filenames
Replies: 6
Views: 11282

Re: error with multiple filenames

I attempted to compile IM 6.6.3.1 beta using MS Visual Studio 2010 Express, but was unable to. A quick google of the error message suggests that the "Express" version of Visual Studio is inadequate for this job, and I don't have the full version. Is there a place to get a precompiled Win32 version ...
by jbeale
2010-07-03T08:53:48-07:00
Forum: Users
Topic: error with multiple filenames
Replies: 6
Views: 11282

Re: error with multiple filenames

magick wrote:We can reproduce this problem and will have a patch in ImageMagick 6.6.3-0 Beta by sometime tomorrow. Thanks.
Wow! Never expected that on a holiday weekend- thanks for the extremely prompt response! Looking forward to trying the patch. -John
by jbeale
2010-07-02T23:11:32-07:00
Forum: Users
Topic: error with multiple filenames
Replies: 6
Views: 11282

error with multiple filenames

I'm running WinXP SP3. Imagemagick works as expected, when converting individual images, but when I try to operate on a set of images at once, I get a strange error. (note, "hnames.txt" is a list of image filenames). Any suggestions? C:\test>composite base.png test1.gif -compose darken out001.png ...
by jbeale
2007-12-07T11:36:02-07:00
Forum: Users
Topic: problem with 'fx' operator
Replies: 2
Views: 6137

Re: problem with 'fx' operator

Ah, it is so. Thanks for the speedy reply! works now.
by jbeale
2007-12-07T11:22:09-07:00
Forum: Users
Topic: problem with 'fx' operator
Replies: 2
Views: 6137

problem with 'fx' operator

I'm using ImageMagick 6.3.7 11/21/07 Q16 on Win XP. It generally works as expected, but I cannot get the 'fx' operator to work. Here is my attempt to use syntax taken directly from http://www.imagemagick.org/script/fx.php C:\G>convert image.png -channel red -fx 'u/2.0' image.jpg convert: unable to ...