roxen.lists.roxen.general

Subject Author Date
Re: rimage Bertrand LUPART <bertrand[dot]lupart[at]linkeo[dot]com> 12-08-2008
Arjan van Staalduijnen
<<Arjan.van.Staalduijnen[at]rtl.nl>> wrote:

> Do you mean GXML instead?

Well, Google finds more results about GXML, which sports a different
syntax than rimage.

rimage should be the image manipulation tool of older Roxen Challenger
(1.3) and should have been replaced by GXML.

GXML should be the way to go, right?

Thank you,


> -----Oorspronkelijk bericht-----
> Van: news [mailto:<news[at]ger.gmane.org>] Namens
Bertrand LUPART
> Verzonden: Tuesday, August 12, 2008 1:23 PM
> Aan: <roxen[at]roxen.com>
> Onderwerp: rimage
> 
> Hello,
> 
> Can someone give me some pointers or sample code about using Roxen's
> image manipulation tag (rimage)?
> Can't find anything using Google.
> 
> I especially have hard time figuring how layers and channels works and
> the argument they accept.
> 
> A sample example of writing a text over an image using a mask channel
> and/or an alpha channel would be very valuable. 
> 
> The following code doesn't do what i expect.
> 
> White text on black, image visible behind the text. I guess the mask
> channel should be configured for white behing a color and black behing
> transparent:
> 
> ----8<----8<----8<----8<----
> <rimage>
>   <layer>
>     <load channel="image" file="/images/logo.jpg">
>     <write channel="mask" text="Foobar">
>   </layer>
> </rimage>
> ---->8---->8---->8---->8----
> 
> 
> Image displayed, no text. I guess the alpha channel should be
> configured:
> 
> ----8<----8<----8<----8<----
> <rimage>
>   <layer>
>     <load channel="image" file="/images/logo.jpg">
>     <write channel="alpha" text="Foobar">
>   </layer>
> </rimage>
> ---->8---->8---->8---->8----
> 
> 
> Thank you.


-- 
Bertrand LUPART

http://bertrand.gotpike.org/