The cropper doesn't save the crop or do anything to the image. Rather when you request in your partial / view the cropped image with alias "infographic" it will serve up the image with that crop. These are generated and stored in the temp folder. The original image is untouched. If, in your view, you're just requesting the image by url() without a crop alias it won't show your changes.