-
| Hi Is there an equivalent to ImageMagicks getImageProperties in php-vips? The motivation is to see the possible fields I can get via the  I have tried the following: But this gives me some kind of binary data, I am not sure which format it is. Thanks. | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
| Hi @boan-jfm, 
 You can use  There's  | 
Beta Was this translation helpful? Give feedback.
-
| I added getFields() to git master php-vips: There's an example program here: https://github.com/libvips/php-vips/blob/master/examples/fields.php You can run it like this: Though the binary data obviously doesn't display so well. | 
Beta Was this translation helpful? Give feedback.
-
| 
 @jcupitt Will there be a 2.3.0 release with the new  | 
Beta Was this translation helpful? Give feedback.




I added getFields() to git master php-vips:
97c3fd8
There's an example program here:
https://github.com/libvips/php-vips/blob/master/examples/fields.php
You can run it like this:
Though the binary data obviously doesn't display so well.