16 bit per channel images not supported (at least not tiff)

Bug #395668 reported by DrSlony
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Phatch
Won't Fix
Low
Stani

Bug Description

Phatch bzr929 does not support 16 bit per channel TIFF images, and possibly any other 48bpp image format.

Sample 48bpp file: http://fileupl.com/down.php?i=lwtvpd&n=IMGP7504.tif

Revision history for this message
DrSlony (drslony) wrote :
Revision history for this message
Stani (stani) wrote :

Phatch uses PIL as a backend, which does not support such images:
In [1]: import Image

In [2]: im = Image.open('IMGP7504.tif')
---------------------------------------------------------------------------
IOError Traceback (most recent call last)

/media/16gb/Downloads/<ipython console> in <module>()

/usr/lib/python2.5/site-packages/PIL/Image.pyc in open(fp, mode)
   1915 pass
   1916
-> 1917 raise IOError("cannot identify image file")
   1918
   1919 #

IOError: cannot identify image file

Also Phatch clearly states on its feature set that it only supports up to 32 bits.
http://photobatch.wikidot.com/features

So this is not a bug but a feature request. It might help if you find (python) image processing libraries which support 48 bit (imagemagick?!). We might integrate them in Phatch.

Thanks for reporting the bug anyway!

Changed in phatch:
assignee: nobody → stani (stani)
importance: Undecided → Low
status: New → Won't Fix
Revision history for this message
DrSlony (drslony) wrote :

Hey

I thought it was 32 bits per channel, not per pixel, so I filed a bug report. Now I see the "pixels" part :]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.