i3 / i3lock

improved screen locker
https://i3wm.org/i3lock
BSD 3-Clause "New" or "Revised" License
921 stars 404 forks source link

Image out of memory error #161

Closed Kyle-Thompson closed 6 years ago

Kyle-Thompson commented 6 years ago

When called as `i3lock -i ~/path/to/image.jpg', I'm given an out of memory error instead of the image. The file is 127K and the path is valid.

orestisfl commented 6 years ago

68, #114

Kyle-Thompson commented 6 years ago

I saw the PNG issue but since my path was valid it didn't seem to apply. Didn't know about the jpg issue though. Thanks for posting.