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
1
vote
1 answer

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 in the loss of the IPTC data since it creates an…
Drew Fulton
  • 203
  • 2
  • 13
1
vote
1 answer

PhpExiftool and special char

I can not write special characters inside IPTC metadata on a jpg image :-( simply the character is not written on the image. can someone help me ? thanks require __DIR__ . '/vendor/autoload.php'; use Monolog\Logger; use PHPExiftool\Writer; use…
1
vote
0 answers

exiv2 can't read or write to a DNG

I converted a raw Sony file (.ARW) to a .DNG format with Lightroom. Now I would like to write new keywords to the IPTC of this .dng file with exiv2. The command exiv2 -P I test5.dng gives me the error message: "Error: Directory Sony2 with 25665…
Sulli
  • 763
  • 1
  • 11
  • 33
1
vote
1 answer

Creating custom tags and editing IPTC metadata using Commons imaging or Sanselan android

I've an image with which I have to add IPTC metadata like city,state description and send them to server. I've searched everywhere and found lots of libraries like IIMJ4,Sanselan and Commons Imaging but there is no working example. And the…
user8601021
  • 219
  • 3
  • 18
1
vote
0 answers

writing and saving new custom EXIF and IPTC tags in android

I have a camera and gallery image which I store in my device and then send to server. I need to add some photographer information that will be entered via edittext and sent with the image as metadata. I have searched everywhere and I got results how…
user8601021
  • 219
  • 3
  • 18
1
vote
1 answer

Adding a custom chain to OUTPUT using libiptc

I'm trying to achieve the following iptable command using libiptc, but cannot find any examples of how to do this. iptables -A OUTPUT -j my_outbound_rules I've tried using the following code: int addChainToBuiltin(const char *_pChain, const char…
linusoft
  • 33
  • 4
1
vote
1 answer

Is it possible to view IPTC data in a hex-viewer?

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 avail: I could not see any strings that I expect to…
Not So Sharp
  • 1,149
  • 2
  • 10
  • 20
1
vote
1 answer

Embed IPTC metadata in images on android

In an android app, I want to write IPTC metadata in images. Does android provide a built-in support for this? If not, are there any open source libraries for android applications?
Aarkan
  • 3,811
  • 6
  • 40
  • 54
1
vote
1 answer

Adding data to IPTC field using Perl

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?
Thariama
  • 50,002
  • 13
  • 138
  • 166
1
vote
1 answer

String filepath memory alternative (alternative way of filepath)

I have a resource object (image) that has been created from imagecreatetruecolor after lots of process. $image = imagecreatetruecolor($dst_width, $dst_height); Last step is adding iptc tags to the image. For adding iptc tags php has native function…
Deniz Porsuk
  • 492
  • 1
  • 6
  • 20
1
vote
1 answer

Metadata extractor java doesn't extract exif or iptc

I am trying to get the exif of a jpeg image but it doesn't work. First I read my image using BufferedImage and I convert it to a file and then I apply the same code as here:…
1
vote
0 answers

Code for adding iptables rules using IPTC library in linux is not linking

I am trying to compile the example C code provided here http://www.bani.com.br/lang/en/2012/05/programmatically-managing-iptables-rules-in-c-iptc/ using (as described in the post): cc `pkg-config –cflags –libs libiptc` iptablesExample_2.c -o…
Ibra
  • 53
  • 6
1
vote
1 answer

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 have tried the following options but no…
muruge
  • 4,083
  • 3
  • 38
  • 45
1
vote
1 answer

Edit IPTC Metadata on Jpg vb.net

I need to edit IPTC data to jpgs. i used this code to read the keywords it already has, but i am not able to write new ones: IPTC .NET read/write c# library Private Sub Form2_Load(sender As Object, e As EventArgs) Handles MyBase.Load Try …
user2452250
  • 777
  • 2
  • 11
  • 26
1
vote
1 answer

How drop packet with libiptc in c++?

Is there a way to drop packets with libiptc c++?,i want a sample code for drop packet with libiptc in c++.
hamed
  • 113
  • 6