calcinai / php-imagick

PHP wrapper for command line ImageMagick utils compatible with PECL::Imagick
MIT License
36 stars 13 forks source link

Great Job #5

Open lakinmohapatra opened 6 years ago

lakinmohapatra commented 6 years ago

You are really doing great job.

Please add all implementations

marcus-at-localhost commented 3 years ago

How to help with implementations? Where to start? I need getImageColorspace

marcus-at-localhost commented 3 years ago

I started to implement a few methods that I need right now. Unfortunately it's pretty messy. shell_exec on Windows, finding the right cli arguments, no idea how to write tests and so on. I might create some pull requests and maybe we can get this started again with some more contributions?

Here are some reference points:

https://www.php.net/manual/en/class.imagick.php

Arguments for -format (to get file metadata) https://imagemagick.org/script/escape.php Cli Options: https://imagemagick.org/script/command-line-options.php