| Revision 9096,
266 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 | |
|---|
| 3 | require_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.gif"; |
|---|
| 10 | |
|---|
| 11 | sfprintr(pathinfo($file)); |
|---|
| 12 | $path = $objImage->saveResizeImage($file, 0.5); |
|---|
| 13 | |
|---|
| 14 | sfprintr($path); |
|---|
| 15 | |
|---|
| 16 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.