Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 92911 invoked from network); 26 Oct 2009 11:47:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Oct 2009 11:47:23 -0000 Received: (qmail 54882 invoked by uid 500); 26 Oct 2009 11:47:23 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 54779 invoked by uid 500); 26 Oct 2009 11:47:22 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 54771 invoked by uid 99); 26 Oct 2009 11:47:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 11:47:22 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 11:47:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6FA28234C046 for ; Mon, 26 Oct 2009 04:46:59 -0700 (PDT) Message-ID: <292442374.1256557619455.JavaMail.jira@brutus> Date: Mon, 26 Oct 2009 11:46:59 +0000 (UTC) From: "Gaurav (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Commented: (COCOON-2269) JMagick ImageReader based ImageMagick In-Reply-To: <472444538.1253634255991.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COCOON-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769997#action_12769997 ] Gaurav commented on COCOON-2269: -------------------------------- Hi Thorsten Sorry for the delay. 1. The unnecessary comments have been removed from the Class. 2. Class name changed from ImageMagickReader.java to JMagickReader.java. 3. Javadocs added on "How To install and Use JMagickReader". I am uploading the patch. Please have a look. Thanks & Regards Gaurav > JMagick ImageReader based ImageMagick > ------------------------------------- > > Key: COCOON-2269 > URL: https://issues.apache.org/jira/browse/COCOON-2269 > Project: Cocoon > Issue Type: New Feature > Components: * Cocoon Core > Affects Versions: 2.1.12-dev (Current SVN) > Reporter: Gaurav > Fix For: 2.1.12-dev (Current SVN) > > Attachments: patch.cocoon.imageMagickReader.txt > > > JMagick is an open source Java interface of ImageMagick. It is implemented in the form of Java Native Interface (JNI) into the ImageMagick API. > JMagick does not attempt to make the ImageMagick API object-oriented. It is merely a thin interface layer into the ImageMagick API. > JMagick currently only implements a subset of ImageMagick APIs. > Till now JMagick has a LGPL (Lesser GNU Public License) license however they are willing to change the license to the apache license. > ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute. Its license is compatible with the GPL. It runs on all major operating systems. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.