Search found 1 match

by Vijay
2016-11-30T04:00:41-07:00
Forum: Users
Topic: unable to read/write image metadata using jmagick from java code
Replies: 0
Views: 11196

unable to read/write image metadata using jmagick from java code

Hi, I am trying to update an image's metadata through the 'jmagick'(verstion 6.7.7) library in java. The function I used was 'setImageAttribute()'. Please see the pseudocode further down. To upate metadata tag names, I referred the following link - https://www.imagemagick.org/script/escape.php This ...