iptcembed
(PHP 4, PHP 5)
iptcembed — Embed binary IPTC data into a JPEG image
Description
mixed iptcembed
(
string $iptcdata
,
string $jpeg_file_name
[,
int $spool
] )
Parameters
-
iptcdata
-
The data to be written.
-
jpeg_file_name
-
Path to the JPEG image.
-
spool
-
Spool flag. If the spool flag is over 2 then the JPEG will be
returned as a string.
Return Values
If success and spool flag is lower than 2 then the JPEG will not be
returned as a string, FALSE on errors.
Notes
Note:
This function does not require the GD image library.