Re: [jira] Updated: (COCOON-1301) [Patch] Image Operation Reader

2007-07-13 Thread Antonio Gallardo

Hi Niclas, as a commiter you can commit it. :)

Best Regards,

Antonio Gallardo.


Niclas Hedhman (JIRA) escribió:

 [ 
https://issues.apache.org/jira/browse/COCOON-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niclas Hedhman updated COCOON-1301:
---

Reporter: Niclas Hedhman  (was: Niclas Hedhman)

  

[Patch] Image Operation Reader
--

Key: COCOON-1301
URL: https://issues.apache.org/jira/browse/COCOON-1301
Project: Cocoon
 Issue Type: Improvement
 Components: * Cocoon Core
   Affects Versions: 2.2-dev (Current SVN)
Environment: Operating System: other
Platform: Other
   Reporter: Niclas Hedhman
   Priority: Minor
Attachments: cocoon-imageop-2.2.tar.gz, cocoon-imageop-2.2.tar.gz, 
imageop-block.zip, pom.xml


I would like to contribute a fairly flexible and powerful Image Reader that is capable of 
performing a stack of Effects, such as Scaling, color manipulation, and coordination 
transforms (rotate, mirror and so forth), in a pluggable manner. 
 
The ImageOpReader also reads any of the graphics formats supported by javax.imageio 
package in JDK 1.4, including Png, Jpg and many more.  
Any image can be returned to the client browser in any of the supported formats. 
 
There is still a problem with the AffineTransform operations, and I am working on sorting these 
out, but; 
1. The block is already useful to many as it is. 
2. I could need some help getting the AffineTransforms to work properly. 
 
Stuff that is still left to do; 
* Image Operation tests. How does one test image tranforms? 
* JavaDocs. 
* User Documentation 
* Get Rotation  Mirror transforms to work. (Problem related to clipping outside the positive 
coordinate system.) 
* More samples - The bulk are in place, but more doesn't hurt. 
 
 
I would *really* appreciate if the ImageOp block becomes part of the standard Cocoon 2.2 
distribution. I am willing to help out maintaining it for the long term, if I am allowed to... 
 
 
P.S. I already have a CLA on file with the ASF.



  




[jira] Updated: (COCOON-1301) [Patch] Image Operation Reader

2007-07-12 Thread Niclas Hedhman (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niclas Hedhman updated COCOON-1301:
---

Reporter: Niclas Hedhman  (was: Niclas Hedhman)

 [Patch] Image Operation Reader
 --

 Key: COCOON-1301
 URL: https://issues.apache.org/jira/browse/COCOON-1301
 Project: Cocoon
  Issue Type: Improvement
  Components: * Cocoon Core
Affects Versions: 2.2-dev (Current SVN)
 Environment: Operating System: other
 Platform: Other
Reporter: Niclas Hedhman
Priority: Minor
 Attachments: cocoon-imageop-2.2.tar.gz, cocoon-imageop-2.2.tar.gz, 
 imageop-block.zip, pom.xml


 I would like to contribute a fairly flexible and powerful Image Reader that 
 is capable of 
 performing a stack of Effects, such as Scaling, color manipulation, and 
 coordination 
 transforms (rotate, mirror and so forth), in a pluggable manner. 
  
 The ImageOpReader also reads any of the graphics formats supported by 
 javax.imageio 
 package in JDK 1.4, including Png, Jpg and many more.  
 Any image can be returned to the client browser in any of the supported 
 formats. 
  
 There is still a problem with the AffineTransform operations, and I am 
 working on sorting these 
 out, but; 
 1. The block is already useful to many as it is. 
 2. I could need some help getting the AffineTransforms to work properly. 
  
 Stuff that is still left to do; 
 * Image Operation tests. How does one test image tranforms? 
 * JavaDocs. 
 * User Documentation 
 * Get Rotation  Mirror transforms to work. (Problem related to clipping 
 outside the positive 
 coordinate system.) 
 * More samples - The bulk are in place, but more doesn't hurt. 
  
  
 I would *really* appreciate if the ImageOp block becomes part of the standard 
 Cocoon 2.2 
 distribution. I am willing to help out maintaining it for the long term, if I 
 am allowed to... 
  
  
 P.S. I already have a CLA on file with the ASF.

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



[jira] Updated: (COCOON-1301) [Patch] Image Operation Reader

2006-10-20 Thread Lars Trieloff (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1301?page=all ]

Lars Trieloff updated COCOON-1301:
--

Attachment: cocoon-imageop-2.2.tar.gz

Complete port of the imageop block to Cocoon 2.2. To be extracted in 
trunk/blocks.

 [Patch] Image Operation Reader
 --

 Key: COCOON-1301
 URL: http://issues.apache.org/jira/browse/COCOON-1301
 Project: Cocoon
  Issue Type: Improvement
  Components: * Cocoon Core
Affects Versions: 2.2-dev (Current SVN)
 Environment: Operating System: other
 Platform: Other
Reporter: Niclas Hedhman
Priority: Minor
 Attachments: cocoon-imageop-2.2.tar.gz, imageop-block.zip


 I would like to contribute a fairly flexible and powerful Image Reader that 
 is capable of 
 performing a stack of Effects, such as Scaling, color manipulation, and 
 coordination 
 transforms (rotate, mirror and so forth), in a pluggable manner. 
  
 The ImageOpReader also reads any of the graphics formats supported by 
 javax.imageio 
 package in JDK 1.4, including Png, Jpg and many more.  
 Any image can be returned to the client browser in any of the supported 
 formats. 
  
 There is still a problem with the AffineTransform operations, and I am 
 working on sorting these 
 out, but; 
 1. The block is already useful to many as it is. 
 2. I could need some help getting the AffineTransforms to work properly. 
  
 Stuff that is still left to do; 
 * Image Operation tests. How does one test image tranforms? 
 * JavaDocs. 
 * User Documentation 
 * Get Rotation  Mirror transforms to work. (Problem related to clipping 
 outside the positive 
 coordinate system.) 
 * More samples - The bulk are in place, but more doesn't hurt. 
  
  
 I would *really* appreciate if the ImageOp block becomes part of the standard 
 Cocoon 2.2 
 distribution. I am willing to help out maintaining it for the long term, if I 
 am allowed to... 
  
  
 P.S. I already have a CLA on file with the ASF.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (COCOON-1301) [Patch] Image Operation Reader

2006-10-20 Thread Lars Trieloff (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1301?page=all ]

Lars Trieloff updated COCOON-1301:
--

Attachment: cocoon-imageop-2.2.tar.gz

Same file, without compiled classes.

 [Patch] Image Operation Reader
 --

 Key: COCOON-1301
 URL: http://issues.apache.org/jira/browse/COCOON-1301
 Project: Cocoon
  Issue Type: Improvement
  Components: * Cocoon Core
Affects Versions: 2.2-dev (Current SVN)
 Environment: Operating System: other
 Platform: Other
Reporter: Niclas Hedhman
Priority: Minor
 Attachments: cocoon-imageop-2.2.tar.gz, cocoon-imageop-2.2.tar.gz, 
 imageop-block.zip


 I would like to contribute a fairly flexible and powerful Image Reader that 
 is capable of 
 performing a stack of Effects, such as Scaling, color manipulation, and 
 coordination 
 transforms (rotate, mirror and so forth), in a pluggable manner. 
  
 The ImageOpReader also reads any of the graphics formats supported by 
 javax.imageio 
 package in JDK 1.4, including Png, Jpg and many more.  
 Any image can be returned to the client browser in any of the supported 
 formats. 
  
 There is still a problem with the AffineTransform operations, and I am 
 working on sorting these 
 out, but; 
 1. The block is already useful to many as it is. 
 2. I could need some help getting the AffineTransforms to work properly. 
  
 Stuff that is still left to do; 
 * Image Operation tests. How does one test image tranforms? 
 * JavaDocs. 
 * User Documentation 
 * Get Rotation  Mirror transforms to work. (Problem related to clipping 
 outside the positive 
 coordinate system.) 
 * More samples - The bulk are in place, but more doesn't hurt. 
  
  
 I would *really* appreciate if the ImageOp block becomes part of the standard 
 Cocoon 2.2 
 distribution. I am willing to help out maintaining it for the long term, if I 
 am allowed to... 
  
  
 P.S. I already have a CLA on file with the ASF.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [jira] Updated: (COCOON-1301) [Patch] Image Operation Reader

2006-10-20 Thread Vadim Gritsenko

Lars Trieloff (JIRA) wrote:

 [ http://issues.apache.org/jira/browse/COCOON-1301?page=all ]

Lars Trieloff updated COCOON-1301:
--

Attachment: cocoon-imageop-2.2.tar.gz


You can apply it yourself now.

Vadim


[jira] Updated: (COCOON-1301) [Patch] Image Operation Reader

2006-10-20 Thread Alexander Klimetschek (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1301?page=all ]

Alexander Klimetschek updated COCOON-1301:
--

Attachment: pom.xml

Lars, you missed the root pom. Here it is.

 [Patch] Image Operation Reader
 --

 Key: COCOON-1301
 URL: http://issues.apache.org/jira/browse/COCOON-1301
 Project: Cocoon
  Issue Type: Improvement
  Components: * Cocoon Core
Affects Versions: 2.2-dev (Current SVN)
 Environment: Operating System: other
 Platform: Other
Reporter: Niclas Hedhman
Priority: Minor
 Attachments: cocoon-imageop-2.2.tar.gz, cocoon-imageop-2.2.tar.gz, 
 imageop-block.zip, pom.xml


 I would like to contribute a fairly flexible and powerful Image Reader that 
 is capable of 
 performing a stack of Effects, such as Scaling, color manipulation, and 
 coordination 
 transforms (rotate, mirror and so forth), in a pluggable manner. 
  
 The ImageOpReader also reads any of the graphics formats supported by 
 javax.imageio 
 package in JDK 1.4, including Png, Jpg and many more.  
 Any image can be returned to the client browser in any of the supported 
 formats. 
  
 There is still a problem with the AffineTransform operations, and I am 
 working on sorting these 
 out, but; 
 1. The block is already useful to many as it is. 
 2. I could need some help getting the AffineTransforms to work properly. 
  
 Stuff that is still left to do; 
 * Image Operation tests. How does one test image tranforms? 
 * JavaDocs. 
 * User Documentation 
 * Get Rotation  Mirror transforms to work. (Problem related to clipping 
 outside the positive 
 coordinate system.) 
 * More samples - The bulk are in place, but more doesn't hurt. 
  
  
 I would *really* appreciate if the ImageOp block becomes part of the standard 
 Cocoon 2.2 
 distribution. I am willing to help out maintaining it for the long term, if I 
 am allowed to... 
  
  
 P.S. I already have a CLA on file with the ASF.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (COCOON-1301) [Patch] Image Operation Reader

2006-06-22 Thread Antonio Gallardo (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1301?page=all ]

Antonio Gallardo updated COCOON-1301:
-

Bugzilla Id:   (was: 31718)
  Component: * Cocoon Core
 (was: Blocks: (Undefined))

 [Patch] Image Operation Reader
 --

  Key: COCOON-1301
  URL: http://issues.apache.org/jira/browse/COCOON-1301
  Project: Cocoon
 Type: Improvement

   Components: * Cocoon Core
 Versions: 2.2-dev (Current SVN)
  Environment: Operating System: other
 Platform: Other
 Reporter: Niclas Hedhman
 Assignee: Jean-Baptiste Quenot
 Priority: Minor
  Attachments: imageop-block.zip

 I would like to contribute a fairly flexible and powerful Image Reader that 
 is capable of 
 performing a stack of Effects, such as Scaling, color manipulation, and 
 coordination 
 transforms (rotate, mirror and so forth), in a pluggable manner. 
  
 The ImageOpReader also reads any of the graphics formats supported by 
 javax.imageio 
 package in JDK 1.4, including Png, Jpg and many more.  
 Any image can be returned to the client browser in any of the supported 
 formats. 
  
 There is still a problem with the AffineTransform operations, and I am 
 working on sorting these 
 out, but; 
 1. The block is already useful to many as it is. 
 2. I could need some help getting the AffineTransforms to work properly. 
  
 Stuff that is still left to do; 
 * Image Operation tests. How does one test image tranforms? 
 * JavaDocs. 
 * User Documentation 
 * Get Rotation  Mirror transforms to work. (Problem related to clipping 
 outside the positive 
 coordinate system.) 
 * More samples - The bulk are in place, but more doesn't hurt. 
  
  
 I would *really* appreciate if the ImageOp block becomes part of the standard 
 Cocoon 2.2 
 distribution. I am willing to help out maintaining it for the long term, if I 
 am allowed to... 
  
  
 P.S. I already have a CLA on file with the ASF.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (COCOON-1301) [Patch] Image Operation Reader

2006-01-06 Thread David Crossley (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1301?page=all ]

David Crossley updated COCOON-1301:
---

Bugzilla Id:   (was: 31718)
 Other Info: [Patch available]
Description: 
I would like to contribute a fairly flexible and powerful Image Reader that is 
capable of 
performing a stack of Effects, such as Scaling, color manipulation, and 
coordination 
transforms (rotate, mirror and so forth), in a pluggable manner. 
 
The ImageOpReader also reads any of the graphics formats supported by 
javax.imageio 
package in JDK 1.4, including Png, Jpg and many more.  
Any image can be returned to the client browser in any of the supported 
formats. 
 
There is still a problem with the AffineTransform operations, and I am working 
on sorting these 
out, but; 
1. The block is already useful to many as it is. 
2. I could need some help getting the AffineTransforms to work properly. 
 
Stuff that is still left to do; 
* Image Operation tests. How does one test image tranforms? 
* JavaDocs. 
* User Documentation 
* Get Rotation  Mirror transforms to work. (Problem related to clipping 
outside the positive 
coordinate system.) 
* More samples - The bulk are in place, but more doesn't hurt. 
 
 
I would *really* appreciate if the ImageOp block becomes part of the standard 
Cocoon 2.2 
distribution. I am willing to help out maintaining it for the long term, if I 
am allowed to... 
 
 
P.S. I already have a CLA on file with the ASF.

  was:
I would like to contribute a fairly flexible and powerful Image Reader that is 
capable of 
performing a stack of Effects, such as Scaling, color manipulation, and 
coordination 
transforms (rotate, mirror and so forth), in a pluggable manner. 
 
The ImageOpReader also reads any of the graphics formats supported by 
javax.imageio 
package in JDK 1.4, including Png, Jpg and many more.  
Any image can be returned to the client browser in any of the supported 
formats. 
 
There is still a problem with the AffineTransform operations, and I am working 
on sorting these 
out, but; 
1. The block is already useful to many as it is. 
2. I could need some help getting the AffineTransforms to work properly. 
 
Stuff that is still left to do; 
* Image Operation tests. How does one test image tranforms? 
* JavaDocs. 
* User Documentation 
* Get Rotation  Mirror transforms to work. (Problem related to clipping 
outside the positive 
coordinate system.) 
* More samples - The bulk are in place, but more doesn't hurt. 
 
 
I would *really* appreciate if the ImageOp block becomes part of the standard 
Cocoon 2.2 
distribution. I am willing to help out maintaining it for the long term, if I 
am allowed to... 
 
 
P.S. I already have a CLA on file with the ASF.


 [Patch] Image Operation Reader
 --

  Key: COCOON-1301
  URL: http://issues.apache.org/jira/browse/COCOON-1301
  Project: Cocoon
 Type: Improvement
   Components: Blocks: (Undefined)
 Versions: 2.2-dev (Current SVN)
  Environment: Operating System: other
 Platform: Other
 Reporter: Niclas Hedhman
 Assignee: Cocoon Developers Team
 Priority: Minor
  Attachments: imageop-block.zip

 I would like to contribute a fairly flexible and powerful Image Reader that 
 is capable of 
 performing a stack of Effects, such as Scaling, color manipulation, and 
 coordination 
 transforms (rotate, mirror and so forth), in a pluggable manner. 
  
 The ImageOpReader also reads any of the graphics formats supported by 
 javax.imageio 
 package in JDK 1.4, including Png, Jpg and many more.  
 Any image can be returned to the client browser in any of the supported 
 formats. 
  
 There is still a problem with the AffineTransform operations, and I am 
 working on sorting these 
 out, but; 
 1. The block is already useful to many as it is. 
 2. I could need some help getting the AffineTransforms to work properly. 
  
 Stuff that is still left to do; 
 * Image Operation tests. How does one test image tranforms? 
 * JavaDocs. 
 * User Documentation 
 * Get Rotation  Mirror transforms to work. (Problem related to clipping 
 outside the positive 
 coordinate system.) 
 * More samples - The bulk are in place, but more doesn't hurt. 
  
  
 I would *really* appreciate if the ImageOp block becomes part of the standard 
 Cocoon 2.2 
 distribution. I am willing to help out maintaining it for the long term, if I 
 am allowed to... 
  
  
 P.S. I already have a CLA on file with the ASF.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira