I am using php libvips library. I applied one image operation on one image file, now i want to store same file in my folder. But vips give me error if my source and destination both file are same. Is there any solution for that?
I am using $image->writeToFile();
for store the my file