The iptc tag has no wiki summary.
7
votes
2answers
65 views
IPTC Data Management Library
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 ...
0
votes
1answer
43 views
Write ITPC metadata into image
I have to modify the iptc metadata of 6000+ jpg images. Unfortunately, I didn't found any library or even an example for doing so.
Could you please give me a hint how to modify the metadata of images ...
0
votes
0answers
129 views
Editing/adding IPTC metadata in Android app
I have looked at many of the other similar questions but none of them seem to have a precise answer.
I'm working on an Android app that works with a lot of images. I am looking to add information to ...
0
votes
0answers
61 views
Extract IPTC Information from an Image using CGImageSource…?
I am unable to find any recent example on how to read some custom specific IPTC Fields from an image in Cocoa using CGImageSource. What I mean is, I need for example the IPTC Field 2:250 ...
0
votes
1answer
106 views
Ruby gem for extracting IPTC data from JPEG
I'm looking for a gem to use with Rails 3 to extract some basic IPTC metadata from jpeg files (title, caption, ...). I have found ruby-iptc but I have no clue of how to use it having found no ...
2
votes
1answer
122 views
Storing massive EXIF and IPTC attributes in database
I'm writing an app that needs to handle more than 15.000 photos and I want to store into the database their EXIF and IPTC attributes.
My initial approach is to use MySQL and create a table to store ...
1
vote
1answer
205 views
UTF-8 characters not displaying properly from JPEG IPTC data in PHP
When reading the IPTC data from an image, UTF-8 accented characters are not displaying properly when reading them via PHP.
For example: é, ø and ü
With a header content-type set as UTF8, instead of ...
1
vote
1answer
331 views
Get iptc metadata of jpg image in php
I'm trying to get some iptc metadata from jpg image (http://pepeliana.com/images/DSC4008.jpg) with php. The Title metadata of the referenced image is set to "Testing". I've went through the php manual ...
5
votes
1answer
218 views
How to copy the IPTC data from one image to another?
I'm developing an image processor script to basically resize images. The problem is that when I make the resized copy of the image, it doesn't copy the IPTC data as well. So I've been checking the ...
0
votes
2answers
271 views
Grab description/keywords from a Tiff image?
I have a number of TIFF files which contain descriptions and "keywords" (as OS X terms them in the file inspector). I'm having difficulty collecting this metadata from the images, however.
I've tried ...
1
vote
1answer
222 views
How to manipulate diverse meta-infomations of image files in PHP
There are diverse formats to add meta-Information to image (and video) files. nearly every digitalcamera add them to fotos. And sometimes people don't want them to be published.
The standards I found ...
0
votes
0answers
98 views
iptcembed corrupts iptc
I've been trying to correct some missing iptc fields while keeping all the other metadata(exif,xmp, already present IPTC). I'm obviously doing something wrong because when I check the output exiftool ...
0
votes
1answer
256 views
Write an array of values in the “IPTC” Image
I'm doing a class to handle the "IPTC" image and need to write some values to array as show in the example below;
[2#020] => Array //SUPPLEMENTAL_CATEGORY
(
[0] => SPORT
[1] ...
4
votes
1answer
1k views
Copy an image preserve its EXIF/IPTC data with PHP imageCreateFromJpeg?
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 ...
0
votes
0answers
208 views
How to parse keyword IPTC from image using PHP?
I have image with keyword. I can not extract keywords using IPTC. Did somebody found a way to retrieve the keyword phrases? How to approach the result? This code i found somewhere on forum.
<?php ...
0
votes
1answer
241 views
Manipulating/adding fields to exif-data iptc
when looking into metadata of images I was wondering how standardized this data actually has to be. Is it possible to add a custom field for an application? I understand that it might be not readable ...
0
votes
2answers
1k views
Read EXIF/IPTC information from image in Cocoa
I am unable to find any recent example on how to read EXIF/IPTC information from an image in Cocoa. Is there anything that can be easily done or should I use an external tool as exiftool and start it ...
0
votes
1answer
342 views
Read/Write IPTC information on iPhone
I'm developing an application on the iPhone and i want to know how to read/write IPTC informations in pictures through the iPhone, there is a library or code example to do it?
0
votes
2answers
207 views
to detect IPTC content in jpeg image
I need to know how to check whether given jpeg image has iptc content in it or not ?
This should be done with java.As i am new to this techonology.
Could someone help regarding this.
1
vote
0answers
299 views
Calling libiptc API from a separate thread in a C program throws segmentation fault
I am working on performing iptables update through a custom c program using libiptc. The requirement is to invoke iptc APIs from a separate thread every 2 seconds.
I have written a simple C program ...
1
vote
1answer
129 views
What's the best way of cataloging large number of images?
I'm looking at setting a site up with a large number of searchable images, organised by keywords, tags etc. I'm planning to get the image information from the IPTC data. The images will be uploaded by ...
0
votes
1answer
921 views
Using CGImageProperties to get EXIF properties
I want to be able to add a text comment to the metadata of a JPEG and be able to read it back from within an iphone app.
I thought this would be fairly simple as ios4 contains support for EXIF info. ...
0
votes
2answers
126 views
Strip a IPTC.php result into two variables
I have the following code:
<?php
require_once('IPTC.php');
$iptc = new Image_IPTC('001.jpg');
print_r($iptc);
?>
And it returns:
Image_IPTC Object ( [_sFilename] => 001.jpg ...
3
votes
1answer
1k views
JPEG file size markers, inserting bytes, IPTC metadata
JPEG file has several size markers. I'm interested in adding image metadata (IPTC, not XMP).
App13 segment starts with FF ED XX XX ..
8BIM IPTC metadata segment starts with 38 42 49 4D 04 04 00 00 ...
10
votes
2answers
737 views
Inserting bytes in the middle of binary file
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 ...
2
votes
1answer
639 views
Writing exif and itpc data in PHP
I'm trying to make a image upload system to add meta-data to the files themselves.
I'm using the iptcembed from the GD library as shown below:
<?php
// iptc_make_tag() function by Thies C. ...
5
votes
2answers
2k views
Extract IPTC information from JPEG using Javascript
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 ...
1
vote
1answer
2k views
IPTC .NET read/write c# library
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 but ...
1
vote
1answer
428 views
Embedding IPTC to Image in PHP with GD
I am trying to take a photograph and create a thumbnail without losing the IPTC info that contains copyright info and other information. I am scripting using GD for the resize which of course results ...
2
votes
0answers
439 views
How to write or update IPTC metadata in photos via the iOS SDK?
I am trying to add IPTC metadata to images using the iOS SDK and am unable to get it to work. No matter what I try, the dictionary with the IPTC metadata does not end up getting stored in the image ...
7
votes
4answers
3k views
Java library for reading and writing IPTC metadata to JPEG and TIFF
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 ...
0
votes
1answer
93 views
cant call function from within its class but can otherwise?
- just can't seem to get a result from a function called in its class...
require_once($_SERVER['DOCUMENT_ROOT']."/youradmin_v2/scripts/php/IPTC.php");
class Media{
function Media() {
...
0
votes
2answers
508 views
No UTf-8 when write IPTC data in JPG with iptcembed
function iptc_make_tag($rec, $data, $value){
$length = strlen($value);
$retval = chr(0x1C) . chr($rec) . chr($data);
if($length < 0x8000)
{
$retval .= chr($length >> 8) . ...
1
vote
1answer
444 views
Is it possible to add IPTC data to a JPG using python when no such data already exists?
With the IPTCInfo module under Python (http://snippets.dzone.com/posts/show/768 for more info) it's possible to read, modify and write IPTC info to pictures.
However, if a JPG doesn't already have ...
0
votes
1answer
786 views
How do I use IPTC/EXIF metadata to categorise photos?
Many photo viewing and editing applications allow you to examine and change EXIF and IPTC data in JPEG and other image files. For example, I can see things like shutter speed, aperture and ...
0
votes
1answer
384 views
C#: Take Out Image Portion of JPEG to Backup Metadata?
This will be a little backwards from the typical approach.
I've used ExifTool for metadata manipulation before, but I really want to keep the best metadata backup I can before I make anything ...
1
vote
1answer
1k views
How to Read and Edit IPTC “Writer/Editor” tag using WPF
I am creating a WPF application that can read and write IPTC and XMP image metadata. I am having problem reading and writing the IPTC Writer/Editor property. The XMP counterpart of it works fine. I ...
4
votes
5answers
841 views
Checksum JPEG data (not the whole file)
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)?
9
votes
3answers
4k views
How do you get the country/state/region/city/state/zip/postal from GPS coordinates?
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 in ...
0
votes
2answers
3k views
Extracting IPTC/EXIF data from tif files in using Java
The system I'm working on has a feature to extract metadata from JPEG files using the com.drew.metadata package. http://www.drewnoakes.com/code/exif/javadoc/ However that is limited to JPEG files, and ...
0
votes
2answers
1k views
making IPTC data searchable
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 ...
0
votes
1answer
996 views
Appending metadata to a newly created image via php?
I have php script that creates a temporary watermark image for users that are not logged in. The original image contains IPTC (metadata) information that I would like to retain, however, when the ...
1
vote
4answers
931 views
Error reading IPTC fields from JPEGs in .NET
I get the following exception when calling BitmapMetadata.GetQuery("/app13/irb/8bimiptc/iptc") on about 1% of JPEGs I have tried this on. What could be causing this and what can I do to fix it? (I ...
4
votes
6answers
4k views
Reading IPTC information with C#, .NET Framework 2
is there any possibility to read the IPTC information of a picture with C# and the .NET Framework 2?
I haven't found any solution. Only with .NET Framework 3.0 oder .NET 3.5 you can do it.
Any help, ...
1
vote
1answer
2k views
Embedding IPTC image data with PHP GD
I'm trying to embed a IPTC data onto a JPEG image using iptcembed() but am having a bit of trouble.
I have verified it is in the end product:
// Embed the IPTC data
$content = iptcembed($data, ...
