Hello,
Is it possible with this function imagecopyresampled to resample an image without saving it? I need this to cut out a part to show in the thumbnails like 200px on 200px
[SOLVED] imagecopyresampled question
Moderator: General Moderators
I believe so. When you call imagecopyresampled, it just takes the data from one image resource (not necessarily a file), and copies the requested pixels to another image resource (again, not necessarily a file).
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.