Write dpi metadata to a jpeg image in Java

后端 未结 2 1030
失恋的感觉
失恋的感觉 2020-12-10 03:05

I am trying to programatically set the dpi metadata of an jpeg image in Java. The source of the image is a scanner, so I get the horizontal/vertical resolution from TWAIN, a

2条回答
  •  伪装坚强ぢ
    2020-12-10 03:59

    I would seem this could be a bug.

    I found this post from a few google searches

    Apparently there are alot more that point to a bug as well.

    The post above talks about using JMagick as a third party work around.

提交回复
热议问题