get image dimensions
-
Is it possible to get the dimensions of an image in the Images directory via script?
-
@dustbro +1 here
-
@dustbro +1
-
I've just added two methods to get the width/height of an image that is loaded into a panel. (not from directory though, maybe this could be added to the File API)
https://github.com/christophhart/HISE/pull/289/commits/9aab1f561ab364ee95682d5edbc6aa889d86fa76
-
@ustk said in get image dimensions:
I've just added two methods
Was this ever merged? I could use this in my current project
-
@Dan-Korneff I did the same thing - https://github.com/christophhart/HISE/pull/289/commits/9aab1f561ab364ee95682d5edbc6aa889d86fa76
Christoph hasn't merged either as far as I can tell but if you have your own fork you can pull in the changes yourself.