Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source image not found #131

Open
aleromano89 opened this issue Nov 22, 2016 · 0 comments
Open

Source image not found #131

aleromano89 opened this issue Nov 22, 2016 · 0 comments

Comments

@aleromano89
Copy link

aleromano89 commented Nov 22, 2016

I'm trying to resize a png image, but it return fallback image path from main server, without no error in log file. Is there a feature in order to explain error type?
If I try from another server using the same script, I get the correct image path.

this is my code:

require_once '../../vendor/autoload.php';
use Gregwar\Image\Image;

$original ='/media/catalog/product/d/u/durex-play-delight.png';
$image = Image::open( $original);
$image->resize(400, 400);

echo $image->png();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant