FIXME: this can be rather slow and blocks until the size is known
authorColin Clark <colin.clark@cclark.uk>
Thu, 8 Dec 2022 15:59:27 +0000 (15:59 +0000)
committerColin Clark <colin.clark@cclark.uk>
Thu, 8 Dec 2022 15:59:27 +0000 (15:59 +0000)
commit8aeeb06fa5ab39f9e58938c2a8af3029fd67cbff
tree3014d42ba85787d2009be8d85878bca8ee90ec8e
parentbbff9ccd0cd210a080a928726eaaf68311c0ac12
FIXME: this can be rather slow and blocks until the size is known

Instead of using image_loader() use gdk_pixbuf_get_file_info() to get
image size - this function reads only a small part of the file.
src/image-load.cc