I have an idea to have the library more flexible for different usages. Currently the max height/width is hard coded and to have it configurable depending on the developers usage would be perfect. Is it possible to make the following stuff inside FilePickUtility.java more flexible via constant or setter for the library:
float maxHeight = 616.0f;
float maxWidth = 816.0f;
Currently I have to remove the library because of this limitation. :-(
I have an idea to have the library more flexible for different usages. Currently the max height/width is hard coded and to have it configurable depending on the developers usage would be perfect. Is it possible to make the following stuff inside FilePickUtility.java more flexible via constant or setter for the library:
float maxHeight = 616.0f;
float maxWidth = 816.0f;
Currently I have to remove the library because of this limitation. :-(