Closed issue by ACR-Jeff on void-packages repository https://github.com/void-linux/void-packages/issues/50578 Description: ### Is this a new report? Yes ### System Info Void 6.6.31_1 x86_64 AuthenticAMD uptodate rmFFFFFFFF ### Package(s) Affected conky-1.21.1_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? https://github.com/brndnmtthws/conky/issues/1942 ### Expected behaviour Images should be consistent with the given size in conky ### Actual behaviour What I have here is a popup calendar, Images were perfect prior to the update, Images are now larger then their original size or specified given size. If I have an image as 1 pixel in diameter it is very noticeable the size difference, If I have an image as a custom Horizontal bar at 1 pixel height, It is always larger. Code sample: ${image ~/.config/conky/conky-i3/images/H-Line-green.png -p 29,55 -s 225x1} This should result in the image being only 255x1 pixel in height, Yet it results in a larger image, Which causes the conky to be all out of line, I am only noticing the 1 pixel because it's so obvious. ![Conky-Issue](https://github.com/void-linux/void-packages/assets/61212551/394dd2f3-ad9f-4013-9742-a47165a26c32) ### Steps to reproduce Updated conky with a system update `sudo xbps-install -Su` Restart system Open conky and then it's all out of order, Notice the horizontal green line, Larger than 1 pixel.