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
@tunga76
DlibDotNet extension are not under development.
But I guess you have some mistakes.
!st Argumet image should be Format24bppRgb because you specify RgbPixel.
So please check format of bitmap.
@takuya-takeuchi
Dear Sir, thanks for your amazing work.
I got same problem about this function.
And I ensure the format of my picture is “Format24bppRgb”.
I used the version 19.21.0.20220724.
And the following is my code, throws a “not supported” exception.
Bitmap bmp = new Bitmap("./wil.jpg");
Array2D img = BitmapExtensions.ToArray2D(bmp);
Thank you in advance.
No description provided.
The text was updated successfully, but these errors were encountered: