Hi, Everyone.
I'm trying too develop a program that would do a perfect resize of the image without blurs. (This might relate to the photo editing software I use, but vectors would be useful).
What I want to do, is have the program use get() for each pixel, then immediately save it as part of the vector.
How would I do that? I'm not eager to use libraries, no matter how much harder the code gets.
- MenteCode.
I'm trying too develop a program that would do a perfect resize of the image without blurs. (This might relate to the photo editing software I use, but vectors would be useful).
What I want to do, is have the program use get() for each pixel, then immediately save it as part of the vector.
How would I do that? I'm not eager to use libraries, no matter how much harder the code gets.
- MenteCode.
1