remove active storage analyzers

This commit is contained in:
Pete Matsyburka
2026-05-30 22:37:39 +03:00
parent a2c9ac1707
commit b2d9948c30
7 changed files with 21 additions and 12 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ module Submitters
text_mask = Vips::Image.black(text_image.width, text_image.height)
text_mask.bandjoin(text_image).copy(interpretation: :b_w).write_to_buffer('.png')
image = text_mask.bandjoin(text_image).copy(interpretation: :b_w)
[image.write_to_buffer('.png'), image.width, image.height]
end
end
end