Thanks a lot!!
On 03/16/2011 05:40 PM, cyrille henry wrote:
there is an error : convert: sol2.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ tiff.c/TIFFWarnings/703.
Do you know what that can mean?
i use png when i want transparency.
So do I, since I use Linux. But I'm teaching a course and a couple of students use Windows, and in Windows pix_film doesn't open png's.
So I told them to use Tiff (the only other format supported in windows being jpg afaik), and they are used to Photoshop for creating and saving image files; but those they save with Photoshop can't be opened with pix_image, hence the problem.
We've tried a lot of different combination of settings (not all 192 possible combination though) with no luck.
Thanks again m.
On Thu, 17 Mar 2011, Matteo Sisti Sette wrote:
So I told them to use Tiff (the only other format supported in windows being jpg afaik), and they are used to Photoshop for creating and saving image files; but those they save with Photoshop can't be opened with pix_image, hence the problem.
There's *.png support in [pix_buffer_read], isn't it ? (is that also not available in the win32 edition ?)
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-03-17 02:54, Mathieu Bouchard wrote:
On Thu, 17 Mar 2011, Matteo Sisti Sette wrote:
So I told them to use Tiff (the only other format supported in windows being jpg afaik), and they are used to Photoshop for creating and saving image files; but those they save with Photoshop can't be opened with pix_image, hence the problem.
There's *.png support in [pix_buffer_read], isn't it ? (is that also not available in the win32 edition ?)
both [pix_image] and [pix_buffer] use exactly the same code to read images. therefore, it's unlikely that [pix_buffer] can read something that [pix_image] can't.
fgasdmr IOhannes
On Windows and the Mac you can try pix_film since Quicktime and DirectShow are able to open images.
On Wed, Mar 16, 2011 at 7:33 PM, Matteo Sisti Sette < matteosistisette@gmail.com> wrote:
Thanks a lot!!
On 03/16/2011 05:40 PM, cyrille henry wrote:
there is an error : convert: sol2.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ tiff.c/TIFFWarnings/703.
Do you know what that can mean?
i use png when i want transparency.
So do I, since I use Linux. But I'm teaching a course and a couple of students use Windows, and in Windows pix_film doesn't open png's.
So I told them to use Tiff (the only other format supported in windows being jpg afaik), and they are used to Photoshop for creating and saving image files; but those they save with Photoshop can't be opened with pix_image, hence the problem.
We've tried a lot of different combination of settings (not all 192 possible combination though) with no luck.
Thanks again
m.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 03/17/2011 03:09 AM, chris clepper wrote:
On Windows and the Mac you can try pix_film since Quicktime and DirectShow are able to open images.
Very interesting, but that doesn't work in Linux, so the patch wouldn't be cross-platform.
Hi,
there is an error : convert: sol2.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ tiff.c/TIFFWarnings/703.
Do you know what that can mean?
It seems to be a known bug in imagemagick, supposed to be fixed back in 2008 and 2010. For what I understand it seems related to a layer count/index bug. Try to paste your picture in a fresh-1-layer picture to see if that helps.
Also sound like a good time to introduce Gimpshop to your students :).