PHPExiftool icon indicating copy to clipboard operation
PHPExiftool copied to clipboard

A PHP Exiftool driver

Results 8 PHPExiftool issues
Sort by recently updated
recently updated
newest added

Hi, some dependencies are outdated: * monolog/monolog: ^1.3 -> now available in version 2.0 * symfony/console: ^2.1|^3.0 -> now available in version 4.3.5 * symfony/process: ^2.1|^3.0 -> now available in...

…ymfony/process:^4.2, and switched to phpexiftool/exiftool:^10.10 instead of exiftool/exiftool:^11

bump libs (sf/process) add types todo: fix bad tags id (sometimes "int" - a type -)

I am not able to write the RegistryEntryRole for the (JPG) image. I used below code snippet : ``` require __DIR__ . '/autoload.php'; use Monolog\Logger; use PHPExiftool\Writer; use PHPExiftool\Driver\Metadata\Metadata; use...

I am unable to find any code in which I can modify existing tags or add a new tag according to my own choice. $bag = new MetadataBag(); $bag->add(new Metadata(new...

I am getting the following error trying to add exif data to an image: ``` **Unable to get exiftool binary** Error: An Internal Error Has Occurred. Stack Trace APP/Vendor/PHPExiftool/Exiftool.php line...

- add php 7.1 env in travis - update phpexiftool/exiftool version to 10.16 - rebuild and regenerate tag classes