Open lakinmohapatra opened 6 years ago
How to help with implementations? Where to start? I need getImageColorspace
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
You are really doing great job.
Please add all implementations