Browse Source

documented image proces inc

pull/125/merge
Paul Pound 13 years ago
parent
commit
f7b42d41f6
  1. 8
      islandora_basic_image/includes/image.process.inc

8
islandora_basic_image/includes/image.process.inc

@ -1,11 +1,17 @@
<?php <?php
/** /**
* @file * @file image.process.inc
* *
* This file contains all the functions for image manipulation used in the * This file contains all the functions for image manipulation used in the
* basic image solution pack. * basic image solution pack.
*/ */
/**
* creates the derivatives for this content model type
* @param object $object
* tuque FedoraObject
* @return string
*/
function islandora_basic_image_create_all_derivatives($object) { function islandora_basic_image_create_all_derivatives($object) {
module_load_include('inc', 'islandora', 'includes/mime.detect'); module_load_include('inc', 'islandora', 'includes/mime.detect');
module_load_include('inc', 'islandora_basic_image', 'includes/image_process'); module_load_include('inc', 'islandora_basic_image', 'includes/image_process');

Loading…
Cancel
Save