Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 30335 invoked from network); 28 Sep 2009 12:43:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Sep 2009 12:43:40 -0000 Received: (qmail 60782 invoked by uid 500); 28 Sep 2009 12:43:40 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 60683 invoked by uid 500); 28 Sep 2009 12:43:40 -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 60673 invoked by uid 99); 28 Sep 2009 12:43:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 12:43:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 28 Sep 2009 12:43:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 134EA234C044 for ; Mon, 28 Sep 2009 05:43:16 -0700 (PDT) Message-ID: <259514034.1254141796078.JavaMail.jira@brutus> Date: Mon, 28 Sep 2009 05:43:16 -0700 (PDT) From: "Thorsten Scherler (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760234#action_12760234 ] Thorsten Scherler commented on COCOON-2269: ------------------------------------------- Hi Gaurav, two things: 1) The comment in the java class is the same as in the ImageReader but actually the patch is using the ImageMagick API. Meaning the comment can be deleted. 2) can you add a javadoc comment (similar to the description of this issue) stating what are the requisitions. > 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.