You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Manuel Innerhofer (JIRA)" <ji...@apache.org> on 2009/12/21 15:46:18 UTC

[jira] Issue Comment Edited: (CLEREZZA-25) implement thumbnail meta data generator

    [ https://issues.apache.org/jira/browse/CLEREZZA-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793217#action_12793217 ] 

Manuel Innerhofer edited comment on CLEREZZA-25 at 12/21/09 2:46 PM:
---------------------------------------------------------------------

- renamed it to AlternativeRepresentationGenerator
- it is now possible to configure the service to generate multiple alternative images.
- an alternative image is now only created if the the resolution should be smaller than the original. But I still use the ThreadLocal because that is in my opinion the easiest way to prevent the generation of alternative images for alternative images.
- I didn't add the size propertiy as metadata (yet). I think this should be in a new MetaDataGenerator. We could add this in this generator, but I think it should be specialized. Creating alternative representations seems to me enough for one generator. I propose to rename to project to org.apache.platform.content.matadata and implement another generator (name?).

      was (Author: mir):
    - renamed it to AlternativeRepresentationGenerator
- it is now possible to configure the service to generate multiple alternative images.
- an alternative image is now only created if the the resolution should be smaller than the original. But I still use the ThreadLocal because that is in my opinion the easiest way to prevent the generation of alternative images for alternative images.
- I didn't add the size as properties as metadata (yet). I think this should be in a new MetaDataGenerator. We could add this in this generator, but I think it should be specialized. Creating alternative representations seems to me enough for one generator. I propose to rename to project to org.apache.platform.content.matadata and implement another generator (name?).
  
> implement thumbnail meta data generator
> ---------------------------------------
>
>                 Key: CLEREZZA-25
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-25
>             Project: Clerezza
>          Issue Type: New Feature
>            Reporter: Manuel Innerhofer
>            Assignee: Manuel Innerhofer
>


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