POV-Ray : Newsgroups : povray.unofficial.patches : How to open 48bpp images with PC photoshop : Re: How to open 48bpp images with PC photoshop Server Time
8 Jul 2024 15:37:13 EDT (-0400)
  Re: How to open 48bpp images with PC photoshop  
From: Ron Parker
Date: 19 Sep 2001 23:34:33
Message: <slrn9qiouc.9bg.ron.parker@fwi.com>
On Wed, 19 Sep 2001 01:19:33 -0500, Mike Hough wrote:
>> I'm currently looking for a suitable conversion utility that will
>> convert 48 bpp POV images into either a PSD file, or an appropriate
>> TIFF file.
>
>I was rather hoping that POV 3.5 would support TIFF output myself.  Corel
>Photopaint only supports TIFF, PSD files, and it's native format for writing
>48-bit images  Most of the freeware file converters available for TIFF only
>support a subset of the standard for reading and writing 8bpp images.  This
>on top of the messed up PNG support in PS.

The TIFF standard is a maze of twisty little chunks, all different.  It's
very hard to support it in a sane way.

>> Speaking of 16 bit-per-color image formats. I looked all through the
>> Win-POV 3.1g docs for verification that POV-Ray can actually create
>> proper 16 bit images in formats other than PNG. I  couldn't find a
>> single reference that actually confirmed POV could write 16 bit PPM
>> images, TGA images, or anything else other than PNG.
>
>I don't think it did.  After having my first success using PPM output from
>3.5, I tried rendering a file in a patched 3.1g version and it wouldn't load
>properly using the same methods.

POV 3.5 writes 16bpp PPM images in a way that the current version of netpbm
can work with them.  Netpbm, for its part, is capable of writing TIFF images.
This shouldn't be too hard to piece together.

-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbt 1}hollow interior{media{emission T}}finish{
reflection.1}}#end Z(-x-x.2y)Z(-x-x.4x)camera{location z*-10rotate x*90}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.