|
|
|
|
|
|
| |
| |
|
|
From: George Pantazopoulos
Subject: Program to reassemble tiles into a full image
Date: 7 Aug 2004 20:31:30
Message: <41157462$1@news.povray.org>
|
|
|
| |
| |
|
|
Hey fellow POV-Ray hackers,
Do you know of a program that will run under linux and recombine a
set of image tiles into one image? Preferably PNG 24 and 48-bit would be
supported. Also, will it cope with the tile images output by POV-Ray
(which have their dimensions incorrectly specified to allow continued
tracing) ?
Thanks,
George
--
-------------------------
George Pantazopoulos
http://www.gammaburst.net
Post a reply to this message
|
|
| |
| |
|
|
From: Tor Olav Kristensen
Subject: Re: Program to reassemble tiles into a full image
Date: 8 Aug 2004 08:35:09
Message: <41161dfd$1@news.povray.org>
|
|
|
| |
| |
|
|
George Pantazopoulos wrote:
> Hey fellow POV-Ray hackers,
>
> Do you know of a program that will run under linux and recombine a
> set of image tiles into one image? Preferably PNG 24 and 48-bit would be
> supported. Also, will it cope with the tile images output by POV-Ray
> (which have their dimensions incorrectly specified to allow continued
> tracing) ?
Have a look at ImageMagick:
http://www.imagemagick.org/
--
Tor Olav
http://subcube.net
http://subcube.com
Post a reply to this message
|
|
| |
| |
|
|
From: Tor Olav Kristensen
Subject: Re: Program to reassemble tiles into a full image
Date: 8 Aug 2004 08:46:18
Message: <4116209a$1@news.povray.org>
|
|
|
| |
| |
|
|
Tor Olav Kristensen wrote:
> George Pantazopoulos wrote:
>
>> Hey fellow POV-Ray hackers,
>>
>> Do you know of a program that will run under linux and recombine a
>> set of image tiles into one image? Preferably PNG 24 and 48-bit would
>> be supported. Also, will it cope with the tile images output by
>> POV-Ray (which have their dimensions incorrectly specified to allow
>> continued tracing) ?
>
>
> Have a look at ImageMagick:
>
> http://www.imagemagick.org/
The last of these examples for "montage";
http://www.imagemagick.org/www/montage.html#mont-exam
- seems to be somewhat similar to your problem.
I don't know much about ImageMagick, so I'm not
sure if it can help you with your problem.
--
Tor Olav
http://subcube.net
http://subcube.com
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
George Pantazopoulos wrote:
> Hey fellow POV-Ray hackers,
>
> Do you know of a program that will run under linux and recombine a
> set of image tiles into one image? Preferably PNG 24 and 48-bit would be
> supported. Also, will it cope with the tile images output by POV-Ray
> (which have their dimensions incorrectly specified to allow continued
> tracing) ?
POV-Anywhere comes with a command line tool to assemble partial renders
in ppm format to a large image. It supports both 24 bit and 48 bit
images but it is not very fault tolerant, the tiles should have the
correct size without gaps and overlaps.
http://www.tu-bs.de/%7Ey0013390/povany/index.html
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 06 Jul. 2004 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
From: George Pantazopoulos
Subject: Re: Program to reassemble tiles into a full image
Date: 8 Aug 2004 22:18:58
Message: <4116df12$1@news.povray.org>
|
|
|
| |
| |
|
|
>> http://www.imagemagick.org/
>
Thanks for the link!
G
--
-------------------------
George Pantazopoulos
http://www.gammaburst.net
Post a reply to this message
|
|
| |
| |
|
|
From: George Pantazopoulos
Subject: Re: Program to reassemble tiles into a full image
Date: 8 Aug 2004 22:19:41
Message: <4116df3d$1@news.povray.org>
|
|
|
| |
| |
|
|
> POV-Anywhere comes with a command line tool to assemble partial renders
> in ppm format to a large image. It supports both 24 bit and 48 bit
> images but it is not very fault tolerant, the tiles should have the
> correct size without gaps and overlaps.
>
> http://www.tu-bs.de/%7Ey0013390/povany/index.html
>
> Christoph
>
Hi Christoph,
Your povtile program works wonderfully. Thanks for making it!
George
--
-------------------------
George Pantazopoulos
http://www.gammaburst.net
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |