Questions tagged [iptc]

IPTC Information Interchange Model

IPTC is information that is embedded into images.

From Wikipedia

IIM attributes are widely used and supported by many image creation and manipulation programs. Almost all the IIM attributes are supported by the Exchangeable image file format (Exif), a specification for the image file format used by digital cameras.

Also see:

118 questions
0
votes
1 answer

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 by common applications but what way would you…
birgit
  • 1,121
  • 2
  • 21
  • 39
0
votes
2 answers

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 with NSTask ? Thanks !
Laurent Crivello
  • 3,809
  • 6
  • 45
  • 89
0
votes
1 answer

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?
Reda
  • 1,277
  • 1
  • 13
  • 27
0
votes
1 answer

PHP syntax for iptcembed(): I can't seem to properly take care of "int $spool = 0): string|bool"

What is the proper syntax for that function? iptcembed('Cincinnati','https://www.stev.com/TMuploads/Hebe%20-%202022%202023%200107%201859%2010.jpg',['2#120'][0]); I've manually inserted %20 for each space. I expected it to insert "Cincinnati" in a…
0
votes
0 answers

How can I detect if IPTC and GPS metadata is present in an image file in c#?

How can I programmatically detect if IPTC and GPS metadata is present in an image file in c#? Using bitmapMetadat.GetQuery(/app13/irb/8bimiptc/iptc/) to detect results in a crash but has to be applied for each field. I'm looking for a way to detect…
Jay Li
  • 31
  • 3
0
votes
2 answers

Is it possible to configure a Next.js application to automatically add IPTC data on all website images by customizing the Image Optimization step?

I have a Next.js 13 website running with proprietary images. Some of them have IPTC Photo Metadata but Next.js Image optimization by default is removing them. Is it possible to customize Next.js app to keep them or even better to add a predefined…
Popoto
  • 153
  • 5
0
votes
0 answers

Using MetadataExtractor in C# to get IPTC data

I've been struggling with how to get the various fields stored in .jpg and other image formats to store into a database with the record for the image. I have the database stuff wired and am using MetadataExtractor to store the EXIF metadata, but…
user2827024
0
votes
1 answer

Determine whether the metadata of an image has been manipulated, find out when a picture was original taken?

There are 3 types of metadata for images like: EXIF IPTC XMP Is there a way to determine whether the metadata has been manipulated, can I find out when a picture was original taken or is it impossible?
Z0OM
  • 1
  • 4
  • 18
  • 29
0
votes
1 answer

The process cannot access the file because it is being used by another process. "the same process that is running it"

ok I know what the issue is, but not how to solve it. basically the process cannot access the file because it is being used by the same code previously. idk just need some way to run this code or something that does the same without the error…
0
votes
1 answer

Copy IPTC Core data from JPG to PNG files (with the same filename, in batch)

I like to copy... IPTC Core Title IPTC Core Headline IPTC Core Keywords in a folder of JPG EPS and PNG files with the same filename, from JPGs to PNGs running a command in Exiftool which would do it in batch. Edit: The filenames contain a "."…
SupWP
  • 17
  • 6
0
votes
2 answers

Strip a IPTC.php result into two variables

I have the following code: And it returns: Image_IPTC Object ( [_sFilename] => 001.jpg [_aIPTC] => Array ( [1#090] => Array ( [0] => %G ) [2#000]…
OleSchmitt
  • 165
  • 1
  • 8
0
votes
3 answers

What is the simplest way to write XMP data to a JPEG image in PHP?

I only want to add the 2 fields required by Google for the Licensable badge: Web Statement of Rights Licensor URL I'm able to write standard IPTC fields but these two seems to require XMP. As a newbie, I've been searching for hours and got lost in…
Kerans
  • 115
  • 1
  • 17
0
votes
1 answer

I like to put three dots, "..." at the end of my image files' IPTC Core Title metadata

I like to put three dots, "..." at the end of my image files' IPTC Core Title metadata Help is much appreciated! Edit: In bulk for 1000s of files
SupWP
  • 17
  • 6
0
votes
1 answer

convert IPTC taxonomy to Boolean Expression

Can one change IPTC taxonomy to boolean expression? For easing the exchange of news, the International Press Telecommunication Council (IPTC) has developed the NewsML Architecture (NAR), As part of this architecture, specific controlled…
tursunWali
  • 71
  • 8
0
votes
1 answer

extract IPTC data from JPG images with VBA

I've just created a button on excel that allows me to select a folder and display the name of the files it contains. Sub extract_IPTC_From_Folder() On Error GoTo err Dim fileExplorer As FileDialog Dim oFSO As Object Dim oFolder As Object Dim oFile…
Xodarap
  • 343
  • 1
  • 6
  • 23