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

ImageMagick fails to open a JPG #185

Open
malisetti opened this issue Jul 10, 2014 · 0 comments
Open

ImageMagick fails to open a JPG #185

malisetti opened this issue Jul 10, 2014 · 0 comments

Comments

@malisetti
Copy link

I have used the avalance imagine bundle(https://github.com/avalanche123/Imagine) in my symfony2 web app to resize and create thumbnails. My server is centOS.
When my form uploads the image and imagine tries to open with "**lcms: Error #12288; Pointer error;** probably corrupted file" in the apache error log. I tried catching the exception while opening but the catch block is never executed. I dont know what is the problem.

try{
$this->imagine->open($path);
}catch(\Exception $e){
die($e->getMessage());
}

The image is http://rghost.net/56833261
Thanks

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