iptc Questions

3

Solved

I having some problems with an image that has EXIF/IPTC data stored in it. When I use imageCreateFromJpeg (to rotate/crop or etc) the newly stored file doesn't preserve the EXIF/IPTC data. My cu...
Vav asked 16/4, 2012 at 22:59

6

Does anyone know some opensource Java library for reading and writing IPTC metadata to JPEG and TIFF? Now I'm using Apache Sanselan. Unfortunately, it can only read IPTC, not write (http://commons....
Sail asked 3/10, 2010 at 21:26

3

Solved

I'm trying to extract IPTC photo caption information from a JPEG file using Javascript. (I know I can do this server-side, but I'm looking specifically for a Javascript solution.) I found this scr...
Steffin asked 29/4, 2011 at 13:59

3

I'm having some trouble with reading out the IPTC data of some images, the reason why I want to do this, is because my client has all the keywords already in the IPTC data and doesn't want to re-en...
Bullate asked 8/1, 2012 at 14:55

2

Many images uploaded on Facebook contain IPTC/IIM fields which are apparently automatically added during the upload process: Special Instruction, a string beginning with "FBMD" Original Transmis...
Condensation asked 29/6, 2015 at 15:54

1

I have a working application to change some of the metadata of my scanned images. This was working good, until we added a pre-process to automatically crop the borders of the images with GIMP conso...
Hullo asked 17/6, 2019 at 9:22

1

I'm uploading image to server and then processing the image. Funny thing is, after uploading the image image keywords are missing. Although other image properties are there. There is no issue wi...
Bilodeau asked 26/9, 2016 at 21:25

6

Solved

Are there end-of-exif / end-of-xmp / end-of-iptc / start-of-data markers that I could use to get a checksum of just the data part of a jpg / jpeg (and other image formats)?
Cruelty asked 28/12, 2009 at 21:4

1

Solved

I have been trying to examine a JPEG file, known to contain IPTC data, but could notice no strings whatsoever. I tried the well known UNIX strings command, ASCII, 8-bit, 16-bit Unicode --- to no av...
Taffy asked 31/1, 2016 at 22:22

2

I have an image containing ITPC data and use the following command to extract the IPTC as textual data: convert image.jpg IPTCTEXT:iptc.txt The problem is that this seems to be using entities fo...
Amphoteric asked 15/6, 2015 at 15:20

1

Solved

I want to set custom text to the IPTC field "Special instructions" in Perl. How can this be done without the usage of a modul?
Mercurialism asked 23/9, 2014 at 15:9

2

Solved

I would need to take an existing jpg file and modify the title, the description and the keywords in its IPTC entries. There are several topics here on this but all either without answer or with par...
Overmantel asked 26/5, 2014 at 17:9

2

Solved

I am creating a photo editing app, and so far I've managed to read the metadata from image files successfully (after getting an answer to this question: Reading Camera data from EXIF while opening ...
Subrogation asked 30/10, 2013 at 19:45

3

Solved

I want to add some string in the middle of image metadata block. Under some specific marker. I have to do it on bytes level since .NET has no support for custom metadata fields. The block is built...
Snapshot asked 9/5, 2011 at 16:0

2

Solved

I've written a fairly extensive script which manages images. PHP imaging libraries strip meta data by default. So embedded data (like keywords, descriptions, author, etc) are gone. I've written a...
Psychasthenia asked 2/5, 2013 at 22:37

1

Solved

I am looking for some library to read/write IPTC metadata from Jpg files. Open source or paid, doesn't matter. It should work with .NET 3.5 and c#. Does anybody know such a library? I googled b...
Thalassic asked 8/4, 2011 at 15:10

3

Solved

I have GPS coordinates on all of my photos. I want to include tags/IPTC data for the city, state, zip, etc.. However all I have is the GPS coordinates. How can I take these and get meaningful info ...
Feudality asked 12/12, 2009 at 1:53

2

Solved

I have a question about IPTC metadata. Is it possible to search images that aren't in a database by their IPTC metadata (keywords) and show them and how would I go about doing this? I just need a b...
Skim asked 13/9, 2009 at 7:50
1

© 2022 - 2024 — McMap. All rights reserved.