Ignore:
Timestamp:
Jun 10, 2013, 5:03:45 PM (11 years ago)
Author:
Chillexistence
Message:

Removed the part that stripped metadata (EXIF/IPTC).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Crop_Image/crop.class.php

    r22939 r23127  
    22/*
    33Plugin Name: Crop Image
    4 Version: 2.5.d
    5 Description: Enables to Crop Images already uploaded to the gallery, basic functionality.  Tested with v2.5.1, v2.4.6
     4Version: auto
     5Description: Enables to Crop Images already uploaded to the gallery, basic functionality.  Unable to undo the crop once cropped, will have to reload the photo.
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=700
    77Author: Chillexistence
     
    4949                $conf['original_resize_quality'] = isset($conf['original_resize_quality']) ? $conf['original_resize_quality'] : 90;
    5050    $this->image->set_compression_quality($conf['original_resize_quality']);
    51     $this->image->strip();
    5251   
    5352    // crop
Note: See TracChangeset for help on using the changeset viewer.