39
aukin
8y

I took a course in app programming and one of the assignments was to create an "instagram-like" photo app with some simple filters. One of them was pixelate.
Instead of changing the RGB value of each individual pixel, i just saved the image in a lower resolution.
The result wasnt perfect, but good enough to pass.
And the teacher never even looked at the code..

Comments
  • 9
    Lazy, smart, it's all the same...
  • 9
    If it's a stupid idea but it works, it's not a stupid idea.
  • 3
    Actually you could have scaled it back up , even more pixelization .
  • 2
    That's the real hustle most companies want anyway.
  • 2
    Can be useful, did about the same thing when i did a image analysis app a while back.
Add Comment