[jira] Created: (COCOON-2269) JMagick ImageReader based ImageMagick

View: New views
7 Messages — Rating Filter:   Alert me  

[jira] Created: (COCOON-2269) JMagick ImageReader based ImageMagick

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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)


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.


[jira] Updated: (COCOON-2269) JMagick ImageReader based ImageMagick

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Gaurav updated COCOON-2269:
---------------------------

    Attachment: patch.cocoon.imageMagickReader.txt

Patch for ImageMagickReader

> 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.


[jira] Commented: (COCOON-2269) JMagick ImageReader based ImageMagick

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ 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.


[jira] Commented: (COCOON-2269) JMagick ImageReader based ImageMagick

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/COCOON-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762111#action_12762111 ]

Gaurav commented on COCOON-2269:
--------------------------------

Hi Thorsten

Thanks for the suggestion.

1. Yes i agree with you we can delete the comments no problem in that.

2. I will add the javadoc comment as soon as possible.

One more thing i would like to change the name of the reader from ImageMagickReader to JmagickReader.

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.


[jira] Commented: (COCOON-2269) JMagick ImageReader based ImageMagick

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/COCOON-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762403#action_12762403 ]

Thorsten Scherler commented on COCOON-2269:
-------------------------------------------

Perfect. Regarding the name change just update the patch. ;)

You can use the same name jira will take care of the versions.

> 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.


[jira] Commented: (COCOON-2269) JMagick ImageReader based ImageMagick

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ 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.


[jira] Updated: (COCOON-2269) JMagick ImageReader based ImageMagick

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Gaurav updated COCOON-2269:
---------------------------

    Attachment: patch.cocoon.JMagickReader.txt

JMagickReader Patch

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, patch.cocoon.JMagickReader.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.