Vitaly@feddit.uk to Programmer Humor@lemmy.ml · 1 year agoThis took me 4 monthsfeddit.ukimagemessage-square15fedilinkarrow-up190arrow-down123file-text
arrow-up167arrow-down1imageThis took me 4 monthsfeddit.ukVitaly@feddit.uk to Programmer Humor@lemmy.ml · 1 year agomessage-square15fedilinkfile-text
minus-squaredarcy@sh.itjust.workslinkfedilinkarrow-up1·1 year ago:) no problem! i would assume resizing the image might be a little slower, because it creates a clone of the image, but if you use FilterType::NearestNeighbor, the speed is negligable in my opinion
:) no problem! i would assume resizing the image might be a little slower, because it creates a clone of the image, but if you use FilterType::NearestNeighbor, the speed is negligable in my opinion