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

Encoding format (tmp) is not supported #852

Closed
Moix1 opened this issue May 27, 2018 · 2 comments
Closed

Encoding format (tmp) is not supported #852

Moix1 opened this issue May 27, 2018 · 2 comments

Comments

@Moix1
Copy link

Moix1 commented May 27, 2018

I'm trying to resize my form images in two sizes and got this error: ( Intervention \ Image \ Exception \ NotSupportedException
Encoding format (tmp) is not supported. )

And here are my codes (
//resizing image for thumbnail
$ModelmainPhoto = Image::make($mainPhoto)->resize(500,650)->save();
$mainPhoto->move('uploads/models/mainPhoto',$mainPhotoName,$ModelmainPhoto);

//resizing image for large format
$ModelLargemainPhoto = Image::make($mainPhoto)->resize(800,500)->save();
$mainPhoto->move('uploads/models/mainPhoto',$mainPhotoName,$ModelLargemainPhoto);

)

Thanks

@blackfyre
Copy link

@Moix1 Did you find a solution in the end?

@olivervogel
Copy link
Member

This problem should no longer occur in version 3 of Intervention Image.

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

3 participants