Announcing ImageMagick Identify Parser for JSON/XML/iRODS

Announcements pertaining to ImageMagick, or ImageMagick related software. This list is moderated. No discussions here, instead post to the users group instead.
Post Reply
kulnor
Posts: 1
Joined: 2016-05-23T02:07:54-07:00
Authentication code: 1151

Announcing ImageMagick Identify Parser for JSON/XML/iRODS

Post by kulnor »

We have just released a Python 2.x open source utility to facilitate the extraction of image files metadata in JSON and XML formatsfor further processing. This is accomplished by integrating with the ImageMagick Identify tool. A custom serialization is also available for using with the iRODS msiString2KeyValPair microservice (http://www.rods.org), enabling the automated tagging of stored resources.

Check it out at https://github.com/mtna/imagemagick-identify-parser

Comments/suggestions/contributions welcomed.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Announcing ImageMagick Identify Parser for JSON/XML/iRODS

Post by snibgo »

Good stuff.

IM can directly create JSON metadata, eg:

Code: Select all

convert rose: x.json
snibgo's IM pages: im.snibgo.com
Post Reply