External
|
|
|
|
<?php
$ps = new COM('Photoshop.Application') or die("Unable to instanciate Photoshop"); $ps->Open('c:423.jpg'); $ps->Visible = 1;
$ps->PlayAction('do some stuff then save and close image'); $ps->Quit(); $ps->Release(); $ps= null;
?>
|
|
|
Usage Example
|
|
|
Rate This Script
|
|
|
|