Skip to content

Commit

Permalink
Use meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed May 26, 2024
1 parent e8281a1 commit 1b95cfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static InputImage getInputImageFromData(Map<String, Object> imageData,
(int) (double) metaData.get("width"),
(int) (double) metaData.get("height"),
(int) metaData.get("rotation"),
(int) imageData.get("image_format"));
(int) metaData.get("image_format"));
return inputImage;
} else {
result.error("InputImageConverterError", "Invalid Input Image", null);
Expand Down

0 comments on commit 1b95cfa

Please sign in to comment.