ImageCropper « PrimeFaces « JSF Q&A





1. ImageCropper inside a Dialog primefaces 2.2    stackoverflow.com

Hi everyone I'm trying to use an p:imageCropper inside a dialog in primefaces, and I'm not able to render the cropped image. I've used the following link to implement ...

2. ImageCropper problem    forum.primefaces.org

Hi there, I'm having a problem with the ImageCropper component. I can't get it to display. Basically, the URL to my application is http://localhost:8080/tww/myapp.jsf I'm configuring the image cropper as following: ...

3.  crop area size    forum.primefaces.org

imageCropper is built on top of YUI imagecropper. See Configuring an ImageCropper section in YUI documentation http://developer.yahoo.com/yui/imagecropper/ PrimeFaces imageCropper doesn't support these options yet, although I think it's possible to hook ...

4. ImageCropper and DynaImage    forum.primefaces.org

5. ImageCropper ajax problem    forum.primefaces.org

I'm using the ImageCropper with

6. imageCropper not working inside dialog    forum.primefaces.org

...

7. Stuck with p:imageCropper    forum.primefaces.org

11 May 2010, 19:59 by ansarbasha Stuck with p:imageCropper Hi, I'm using Primefaces in a seam application, i got a issue with p:imageCropper, here goes the issue description. ...

8. ImageCropper problem. {0} Conversion error occured    forum.primefaces.org

Hello, While using ImageCropper, i always get Conversion error occured. What can be the problem? Thanks in advance . I am using Glassfish V3, Netbeans 6.8, Mozialla 3.5.6 The showcase runs ...

9. ImageCropper from DB or object    forum.primefaces.org

Hello I have problem with ImageCropper. How to read image to cropp from object? Like that: not that: Thanks!





10. ImageCropper change minHeight and minWidth    forum.primefaces.org

Hi, I need to change the minHeight and minWidth of the component "ImageCropper". The default is 50x50, i would 20x50. how can I do ? thanks in advance bye Fiorenzo

11. p:imageCropper doesn't work    forum.primefaces.org

02 Sep 2010, 11:15 by shinzey p:imageCropper doesn't work Code: Code: The image displays without cropping tool, and 3 errors ...

12. ImageCropper dont working inside dialog    forum.primefaces.org

Code: ...

13. imagecropper issue    forum.primefaces.org

hi i have a page that contains image cropper element , i have configured prime faces on my project based on tutorials on web . it seems that everything is working ...

14. p:imageCropper - is it possible to maintain aspect ratio?    forum.primefaces.org

Hi, I would like to know if it's possible to fix an aspect ratio in the p:imageCropper selection. For example, I would like that the selection always maintain a 3:4 aspect ...

15. ImageCropper not working with dynamic images    forum.primefaces.org

FileContent file = getFile("C:/path_to_file/test.jpg"); ByteArrayOutputStream baOut = ...

16. ImageCropper is not working (2.2.1)    forum.primefaces.org





17. Showing real time coords and size of ImageCropper    forum.primefaces.org

Hello, I need to use ImageCropper component in a page but I'd like to show the position and size of the cropping box real time in input fields (ideally user could ...

18. PF-2.2.1 ImageCropper: "{0}: conversion Error occurred"    forum.primefaces.org

15 Mar 2011, 06:21 by KingdomHeart PF-2.2.1 ImageCropper: "{0}: conversion Error occurred" Here is my simple code Code: