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
Analysis like this shows performance optimization potential through different kind of image formats.
So far, lazyblorg is using cv2.imwrite() for scaling image files. This can be changed to a more efficient output format or replaced by a different library that provides next-gen image formats.
The text was updated successfully, but these errors were encountered:
Analysis like this shows performance optimization potential through different kind of image formats.
So far, lazyblorg is using
cv2.imwrite()
for scaling image files. This can be changed to a more efficient output format or replaced by a different library that provides next-gen image formats.The text was updated successfully, but these errors were encountered: