Hello,
I want to use the Taifun Image Extension to crop an image. To manipulate the image, it must be in the application specific directory.
However, I have issues moving a file to this location. Trying different possibilities I found online, I either get the error message, no such file could be found (when using Anke's tutorial or Taifun's file extension) or just a crash (when using the regular file component).
Where is the original image in Image1.Picture (full file path - show this in a label), how did it get there (was it created by the app or some other app), and what type of image file is it (jpg/png/other) ?
Thank you!. The method appears to work (the app finds the path and doesn't throw an error message), but the image disappears when switching file place, although I changed the canvas background image accordingly.
Thanks, that fixes the issue that the image doesn't appear, but a NullPointer Exception when trying to get the size of the image ("attempt to invoke virtual method "int android.graphics.Bitmap.getWidth() on a null object reference")