Image_Transform
[email protected] (Mojmir Durik)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <CABcOhuXjeC9EbtXbGKkB1z=7+NtOLL1VA+NF805-5c+cJ6qKMg@mail.gmail.com> |
Hi,
I downloaded http://pear.php.net/package/Image_Transform/ package, placed
it under
my php app libs folder and loaded like:
App::loadLib('imagetransform/Image/Transform.php');
The problem comes when I tries to load an image:
$Image = Image_Transform::factory('GD');
I get an error: Driver failed to load file Image/Transform/Driver/GD.php
(line 246 in Transform.php)
What is the problem? Why the library cannot find its files?
Is it a problem that I did not installed it by pear?
Is there a possibility to use the library, if it is just "dropped somewhere
in project" and I just require Image/Transform.php file?
Thank you in advance for help!
Mojo