Re: -
Bob Friesenhahn <[email protected]> Thu, 29 Apr 2010 12:54:17 -0500 (CDT)
| Newsgroups | gmane.comp.video.graphicsmagick.tools |
|---|---|
| Message-ID | <[email protected]> |
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1178291203-1272563657=:12887 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by blade.simplesystems.org id o3THsHXU001120 On Thu, 29 Apr 2010, Agustin Goya | Wancamp wrote: > Hello everybody, I;m writing because can't find a way to output 12bit t= iff without alpha. > I'm using GM to convert some RGB 8 bit to 12bit using the following com= mand: > convert File_IN_16bits.tif -type TrueColor -depth 12 File_Out_12bits.ti= f > The result is a RGBA 12bit tiff. > Is there any option to tell GM not to generate an alpha channel like th= e=A0 "-alpha off" option > in ImageMagick? Yes. Add +matte to the options. This should also still be supported=20 by ImageMagick. By the way, you are probably still not getting true 12-bit TIFF.=20 Instead you will be getting 16-bit TIFF contrained to the values that=20 12-bit can support. GraphicsMagick normally tries to avoid writing=20 depths that other software can't read. If you really want=20 12-bit/sample TIFF, then add this option: -define tiff:bits-per-sample=3D12 You need a "Q16" build of GraphicsMagick in order to preserve full=20 quality. Bob -- Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen= / GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ ---559023410-1178291203-1272563657=:12887 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ ---559023410-1178291203-1272563657=:12887 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Graphicsmagick-tools mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/graphicsmagick-tools ---559023410-1178291203-1272563657=:12887--