Search found 4 matches

by Franz777
2012-01-25T23:04:10-07:00
Forum: Users
Topic: Bug or feature - change of pixel values in seperate?
Replies: 2
Views: 4809

Bug or feature - change of pixel values in seperate?

Hi, I have two different strange behaviours: 1.) I have a 8 bit Lab Tiff image (can be send if wanted) which i want to split into three gray images (PNG's) containing L a and b. Here is my code: convert myLabTiff.tif -seperate myGrayTiff.png Results first look good but when i compare pixel values to ...
by Franz777
2012-01-24T23:41:56-07:00
Forum: Users
Topic: Extract L, a, and b channel from Tiff and store as grayscale
Replies: 2
Views: 5196

Re: Extract L, a, and b channel from Tiff and store as grays

thanks a lot, i did not checked that there is also a -set colorspace option...
by Franz777
2012-01-24T02:53:49-07:00
Forum: Developers
Topic: mha and mhd support
Replies: 1
Views: 8374

mha and mhd support

Hi The insight toolkit (ITK) is a famous image processing library but do not support many formats. It's native format is a very easy .mha and .mhd format which stores data rawly and uncompressed. would it be possible to support it, i could post a MatLab code for writing and reading mhd files if ...
by Franz777
2012-01-24T02:49:41-07:00
Forum: Users
Topic: Extract L, a, and b channel from Tiff and store as grayscale
Replies: 2
Views: 5196

Extract L, a, and b channel from Tiff and store as grayscale

Hi I have a programm (Insight Toolkit ITK) which cannot read 16 bit TIFF data in general. The data is stored in Lab color space. ITK is able to read 16 bit png data so i like to convert it to a png which works, but imagemagick automatically convert the color channels to RGB which i do not want, so ...