source: temp/trunk/html/test/kakinaka/resize_image.php @ 9187

Revision 9187, 281 bytes checked in by kakinaka, 20 years ago (diff)

blank

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2
3require_once("../../require.php");
4
5$objView = new SC_UserView("./templates/");
6$objImage = new SC_Image(IMAGE_TEMP_DIR);
7
8
9$file = IMAGE_TEMP_DIR . "kaki.jpg";
10
11//sfprintr(pathinfo($file));
12$path = $objImage->saveResizeImage($file, 100, 100, true);
13
14//sfprintr($path);
15
16?>
Note: See TracBrowser for help on using the repository browser.