First of all, thanks for the help, but I'm still having some sort of problem with my images.
When I try to convert the image using the line you showed me it gets all garbled.
I'm wondering if there is something special about my images.
An example of the original images:
http://lapimo.sel.eesc.usp.br/lapimo/Test.tif
When I try to convert with "convert Test.tif -depth 12 Test_12.tif" I get this message:
"
convert: Test.tif: unknown field with tag 317 (0x13d) encountered. `TIFFReadDirectory'.
convert: Test.tif: invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectory'.
convert: Test.tif: unknown field with tag 37458 (0x9252) encountered. `TIFFReadDirectory'.
convert: Test.tif: unknown field with tag 37459 (0x9253) encountered. `TIFFReadDirectory'.
convert: Test.tif: unknown field with tag 37460 (0x9254) encountered. `TIFFReadDirectory'.
convert: Test.tif: unknown field with tag 37461 (0x9255) encountered. `TIFFReadDirectory'.
convert: incorrect count for field "ColorMap" (768, expecting 196608); tag ignored. `Test.tif'.
"
And the result is:
http://lapimo.sel.eesc.usp.br/lapimo/Test_12.tif
If it would help I'm using Windows XP, the Test.tif image is a 14 bits image and I have absolutely no idea what could be the problem...
Thanks