octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GraphicsMagick++ expert help needed


From: Judd Storrs
Subject: Re: GraphicsMagick++ expert help needed
Date: Thu, 16 Sep 2010 09:20:22 -0400

On Wed, Sep 15, 2010 at 2:21 PM, John W. Eaton <address@hidden> wrote:
> Who cares if I want to write TIFF data to a file with a .jpg extension?

FWIW this isn't a restriction the graphicsmagick command line tool obeys:

$ file test.jpg
test.jpg: JPEG image data, JFIF standard 1.01
$ gm convert test.jpg test.tif
$ file test.tif
test.tif: TIFF image data, little-endian
$ gm convert test.jpg png:test.tif
$ file test.tif
test.tif: PNG image, 640 x 480, 8-bit/color RGB, non-interlaced


--judd


reply via email to

[Prev in Thread] Current Thread [Next in Thread]