|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I would like to ask for this feature. The ability to append the render to an
existing image, either to the right or below.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Shark" <nomail@nomail> wrote:
> I would like to ask for this feature. The ability to append the render to an
> existing image, either to the right or below.
Just use any image editor to compose multiple renders.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"nomail" <nomail@nomail> wrote:
> "Shark" <nomail@nomail> wrote:
> > I would like to ask for this feature. The ability to append the render to an
> > existing image, either to the right or below.
>
> Just use any image editor to compose multiple renders.
Are there any that preserve the alpha channel during the process?
Post a reply to this message
|
|
| |
| |
|
|
From: Jonathan
Subject: Re: Feature Request: Append renders to exisitng images
Date: 30 Jul 2006 20:32:38
Message: <44cd4fa6@news.povray.org>
|
|
|
| |
| |
|
|
The Gimp http://www.gimp.org
Photoshop http://www.adobe.com
"Shark" <nomail@nomail> wrote in message
news:web.44ccee9555938a28de190f30@news.povray.org...
> "nomail" <nomail@nomail> wrote:
>> "Shark" <nomail@nomail> wrote:
>> > I would like to ask for this feature. The ability to append the render
>> > to an
>> > existing image, either to the right or below.
>>
>> Just use any image editor to compose multiple renders.
>
> Are there any that preserve the alpha channel during the process?
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yes, but I'm making hundreds of renders.
Post a reply to this message
|
|
| |
| |
|
|
From: Nicolas George
Subject: Re: Feature Request: Append renders to exisitng images
Date: 31 Jul 2006 05:23:47
Message: <44cdcc23$1@news.povray.org>
|
|
|
| |
| |
|
|
"Shark" wrote in message
<web.44cd658155938a2eeb007370@news.povray.org>:
> Yes, but I'm making hundreds of renders.
ImageMagick <URL: http://www.imagemagick.org/ >
Post a reply to this message
|
|
| |
| |
|
|
From: Jonathan
Subject: Re: Feature Request: Append renders to exisitng images
Date: 31 Jul 2006 14:57:28
Message: <44ce5298@news.povray.org>
|
|
|
| |
| |
|
|
I'm investigating the possiblity of using Gimp's scripting language
Script-fu or its python extention to automate some of my own animation
touch-up work (common things done to all images: add text, unsharpmask etc.)
I have a long way to go, but I've think it might work.
"Shark" <nomail@nomail> wrote in message
news:web.44cd658155938a2eeb007370@news.povray.org...
> Yes, but I'm making hundreds of renders.
>
>
Post a reply to this message
|
|
| |
| |
|
|
From: Darren New
Subject: Re: Feature Request: Append renders to exisitng images
Date: 31 Jul 2006 16:24:10
Message: <44ce66ea$2@news.povray.org>
|
|
|
| |
| |
|
|
Shark wrote:
> Yes, but I'm making hundreds of renders.
There's also Paint Shop Pro, which is only $100 or so on Windows, does
most of what Photoshop does if you're not a professional retouch artist,
and has both simple scripting (record this sequence of actions) and
Python-based scripting. (And the simple scripting actually outputs a
python file.) And you can invoke a script against all the files in a
particular directory, etc. And with the Python bit, you can write
scripts to (frex) suck up two similarly-named files, tack them together,
and output them as a third file. It's pretty straightforward for anyone
who can hack SDL in the first place.
--
Darren New / San Diego, CA, USA (PST)
This octopus isn't tasty. Too many
tentacles, not enough chops.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ImageMagick worked great! Thanks!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |