metadata

  1. Michael2150

    Android Question Keep JPEG Exif meta data

    Hi I have an image coming in from the camera using the MediaChooser. I am trying to compress the image, but when I do it loses all the exif data. This messes up the rotation on some devices etc. I am using Smm to display the images, the images are displayed perfectly before trying to compress...
  2. epiCode

    B4J Question Image Resizing while retaining Metadata

    Is the any library which can read/write metadata / exif and when resizing it does not remove metadata. JMagicImage library removes metadata completely. (the project is also archived now on github)
  3. P

    B4J Library jMagicImage - Read exif and metadata data, convert, compress image, also some basic image filters

    Original libarary: https://github.com/magiclen/MagicImage jMagicImage is a B4j (wrapper) library for image processing. It can support many formats of images in Java programs and provide common functions to make adjustments to the image. After you finish adjusting your images, you can export...
Top