You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is can be problem with VipsBandFormat vs VipsImageFormat especially for Image#imageGetFormat function.
I'm also curious about naming convention: it isn't clean for me why iit is named like imageGetFormat, and not getImageFormat (getBandFormat ?)
Hello,
I took the original libvips function name, I removed the vips prefix and the underscores. The function names are in came case. This is why it is imageGetFormat().
We could maybe remove the image prefix because this is an VipsImage method.
I think there is can be problem with VipsBandFormat vs VipsImageFormat especially for Image#imageGetFormat function.
I'm also curious about naming convention: it isn't clean for me why iit is named like imageGetFormat, and not getImageFormat (getBandFormat ?)
JVips/src/main/java/com/criteo/vips/Image.java
Line 66 in 885974d
The text was updated successfully, but these errors were encountered: