cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9.01k stars 2.27k forks source link

Get size of rescaled image #443

Closed Keheira closed 5 years ago

Keheira commented 5 years ago

What does this change?

Added a method to return the size of the rescaled image

What is the value of this and can you measure success?

While working I wasn't able to easily resize the image view to fit the image without black area so I found it easier if you could just get the width and height of bitmap returned to you

Screenshots

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

wasabeef commented 5 years ago

@Keheira Thanks.