[arquillian-issues] [JBoss JIRA] (ARQ-1701) Allow possibility to resize screenshots

Alex Soto (JIRA) issues at jboss.org
Wed Mar 12 04:55:10 EDT 2014


    [ https://issues.jboss.org/browse/ARQ-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12952186#comment-12952186 ] 

Alex Soto commented on ARQ-1701:
--------------------------------

I have been doing some research about this topic. In case of images it is relatively simple, we can do it natively(http://stackoverflow.com/questions/244164/resize-an-image-in-java-any-open-source-library/244177#244177) or by using an API (http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/) I think that using an API will be better because it deals with some problems of resizing, but if you this could be a problem then I implement with Java 2D natively.

The problem is with video resizing, I have only found one library to do it http://www.xuggle.com/xuggler/ but you need to install a software externally because it depends on ffmpeg (works in all OS anyway), so I think that resizing video it is a more complicated that simply calling an API. [~smikloso] Do you have any experience on video management?
                
> Allow possibility to resize screenshots
> ---------------------------------------
>
>                 Key: ARQ-1701
>                 URL: https://issues.jboss.org/browse/ARQ-1701
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Recorder
>            Reporter: Alex Soto
>            Priority: Minor
>
> When a screenshot is taken, user can decide if image is big enough to be added as link and not as embed image. Another approach that may find users useful is resize the image, so for example with a resize property you can decide that if an image is big enough instead of adding it as a link, resize the image to given percentage/fixed width, and embed inside the document.
> In this case we should decide if image is resized and nothing more, or if it is resized and add an option to open the full screen.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list