This commit is contained in:
itsjunetime
2026-06-06 19:45:34 -05:00
parent d5abc4bae5
commit 91b923f593
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ pub async fn run_conversion_loop(
let img_size = Size {
width: page_info.img_data.cell_w,
height: page_info.img_data.cell_h,
height: page_info.img_data.cell_h
};
let dyn_img = DynamicImage::ImageRgb8(dyn_img);