Changeset 23127 for extensions/Crop_Image/crop.class.php
- Timestamp:
- Jun 10, 2013, 5:03:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Crop_Image/crop.class.php
r22939 r23127 2 2 /* 3 3 Plugin Name: Crop Image 4 Version: 2.5.d5 Description: Enables to Crop Images already uploaded to the gallery, basic functionality. Tested with v2.5.1, v2.4.64 Version: auto 5 Description: Enables to Crop Images already uploaded to the gallery, basic functionality. Unable to undo the crop once cropped, will have to reload the photo. 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=700 7 7 Author: Chillexistence … … 49 49 $conf['original_resize_quality'] = isset($conf['original_resize_quality']) ? $conf['original_resize_quality'] : 90; 50 50 $this->image->set_compression_quality($conf['original_resize_quality']); 51 $this->image->strip();52 51 53 52 // crop
Note: See TracChangeset
for help on using the changeset viewer.