You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org> on 2007/12/31 13:41:43 UTC

[jira] Commented: (COCOON-2048) ImageOp: overlay a transparent image on another one

    [ https://issues.apache.org/jira/browse/COCOON-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12555098 ] 

Grzegorz Kossakowski commented on COCOON-2048:
----------------------------------------------

Is there anyone going to take care of this issue in upcoming two weeks so this can be closed before 2.2 final release?

Alexander, are you sure your fix is working fine? I have no time to check it but I could apply your changes if you assure us it is ok.

> ImageOp: overlay a transparent image on another one
> ---------------------------------------------------
>
>                 Key: COCOON-2048
>                 URL: https://issues.apache.org/jira/browse/COCOON-2048
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: Blocks: ImageOp
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Alexander Klimetschek
>            Assignee: Lars Trieloff
>             Fix For: 2.2-dev (Current SVN)
>
>         Attachments: delete.png, imageop-overlay-operation-sample.patch, imageop-overlay-operation.patch
>
>
> New OverlayOperation that puts another image on top of the image used by the ImageOpReader. Useful to overcome problems with browsers like IE that cannot put a transparent <img> on top of a background image.
> Example usage:
>      <map:read type="image-op-overlay" src="background-image.jpg" >
>           <map:parameter name="overlay-offset-x" value="10" />
>           <map:parameter name="overlay-offset-y" value="20" />
>           <map:parameter name="overlay-source" value="overlay-image.png"/>
>      </map:read>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.