|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Could anyone tell me if there is a limit to the resolution of images you
create with povray? could i for instance create an image 10240x7680 ? do
different file formats only support up to a maximum resolution?
Thanx
John
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
John Eliot wrote:
> Could anyone tell me if there is a limit to the resolution of images you
> create with povray? could i for instance create an image 10240x7680 ? do
> different file formats only support up to a maximum resolution?
Theoretically YES but practically NO - limited by RAM - for image bytes &
virtual mem & when I tried it with a simple scene POV took forever to create
light buffers.
Pabs
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
John Eliot wrote:
>
> Could anyone tell me if there is a limit to the resolution of images you
> create with povray? could i for instance create an image 10240x7680 ? do
> different file formats only support up to a maximum resolution?
>
> Thanx
> John
I don't know about pov, but file formats are limited by width and height
data fields:
TGA : 16 Bit (65535x65535)
PNG : 32 Bit (... ;-)
Thats probably far away from usual values
(24 Bit TGA uncompressed 65535x65535 would be 12 GB !)
HTH, Christoph
--
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
[Christoph Hormann <chr### [at] gmxde>]
| Thats probably far away from usual values
| (24 Bit TGA uncompressed 65535x65535 would be 12 GB !)
But on some OSes (like Windows) your image would be limited by the
filesystem.
--
Never attribute to malice that which
can be adequately explained by stupidity.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>
> But on some OSes (like Windows) your image would be limited by the
> filesystem.
>
I don't understand. What is the limiting factor? (besides FAT 16 maximum
partition size)
--
Margus Ramst
Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Christoph Hormann wrote:
>
> TGA : 16 Bit (65535x65535)
> PNG : 32 Bit (... ;-)
>
> Thats probably far away from usual values
If I'm not mistaken, an A1 print at 1440 DPI would be 33,675 by 47,678 points.
Granted, this is an extreme example - but even a 'mere' A4 print would be 11,904
by 16,837 points.
So these numbers are not quite as imossible as they might seem. Working with
images intended for high-quality printing is a royal pain, to say the least.
--
Margus Ramst
Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3946EA34.A4C0D047@peak.edu.ee> , Margus Ramst
<mar### [at] peakeduee> wrote:
>> But on some OSes (like Windows) your image would be limited by the
>> filesystem.
>>
>
> I don't understand. What is the limiting factor? (besides FAT 16 maximum
> partition size)
There are still a lot of filesystems that have a 2 GB or 4 GB file size
limit. Additionally, a lot of applications make assumptions about certain
system file IO functions, i.e. when seeking inside a file and using long or
unsigned long (which is most likely 32 bit on common platforms today).
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Margus Ramst wrote:
>
> If I'm not mistaken, an A1 print at 1440 DPI would be 33,675 by 47,678 points.
> Granted, this is an extreme example - but even a 'mere' A4 print would be 11,904
> by 16,837 points.
> So these numbers are not quite as imossible as they might seem. Working with
> images intended for high-quality printing is a royal pain, to say the least.
>
Normally, you do not need a full printer resolution image for printing,
because the printer has to do rastering anyway, even though some people
recommend exactly that.
AFAIK a high quality offset print for example for illustrated books has
about 100 to 300 dpi.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |