spillerrec / imgviewer

Customizable image viewer with minimalistic interface
2 stars 1 forks source link

Getting image size requires conversion #48

Closed spillerrec closed 8 years ago

spillerrec commented 8 years ago

imageViewer sometimes need the size of the image, this is done by using get_frame().size(), which causes the frame to be color-converted and rotated. This should not be needed. Even better, ImageReader should output the size information as soon as it becomes available!