@klaus
I am using your library to compress huge photos before showing them. I play with the quality parameter as explained in #12 of the presentation of your library :
https://www.b4x.com/android/forum/threads/b4x-xui-xresizeandcrop.100109/
It works fine under Windows.
But I get this error under Debian on Raspberry : java.lang.NoClassDefFoundError: javafx/embed/swing/SwingFXUtils
It seems that JavaFx is not installed with the Debian system. Is it possible to solve that ?
If yes, I have other demands :
- the xResizeAndCrop1.LoadImage shows an image with rounded corners. Is it possible to keep original corners ?
- is it possible to know the size (not the height and width) of the image in order to decide to compress it ?
- and is it possible to "work only in memory" : load the image -> compress it in Jpeg -> show it ?
Thanks for your help
I am using your library to compress huge photos before showing them. I play with the quality parameter as explained in #12 of the presentation of your library :
https://www.b4x.com/android/forum/threads/b4x-xui-xresizeandcrop.100109/
It works fine under Windows.
But I get this error under Debian on Raspberry : java.lang.NoClassDefFoundError: javafx/embed/swing/SwingFXUtils
It seems that JavaFx is not installed with the Debian system. Is it possible to solve that ?
If yes, I have other demands :
- the xResizeAndCrop1.LoadImage shows an image with rounded corners. Is it possible to keep original corners ?
- is it possible to know the size (not the height and width) of the image in order to decide to compress it ?
- and is it possible to "work only in memory" : load the image -> compress it in Jpeg -> show it ?
Thanks for your help