I have some PHP script fetching a PNG file from some remote location and saving it to some location on my server.
Several other servers check if a new PNG is available and download it if necessary. The problem is, that an image is considered "new" if the filesize has changed (this is weird, I know, but this can not be changed.)
Is there is a possibility to change the filesize with PHP without corrupting/changing/damaging the image itself?