Changeset 10641 for trunk/ws.php


Ignore:
Timestamp:
Apr 27, 2011, 7:03:25 PM (13 years ago)
Author:
patdenice
Message:

feature:2284
Create a class to manipulate images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r10563 r10641  
    412412      'image_path' => array('default' => null),
    413413      'type' => array('default' => 'thumbnail'),
     414      'automatic_rotation' => array('default' => $conf['upload_form_automatic_rotation']),
     415      'library' => array('default' => $conf['image_library']),
    414416      'maxwidth' => array('default' => null),
    415417      'maxheight' => array('default' => null),
Note: See TracChangeset for help on using the changeset viewer.