Vitaly@feddit.uk to Programmer Humor@lemmy.ml · 2 years 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 · 2 years agomessage-square15fedilinkfile-text
minus-squaredarcy@sh.itjust.workslinkfedilinkarrow-up1·2 years 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