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. #52

Closed
RhysLees opened this issue Sep 1, 2020 · 4 comments · Fixed by #102
Closed

Encoding format (tmp) is not supported. #52

RhysLees opened this issue Sep 1, 2020 · 4 comments · Fixed by #102
Labels
wontfix This will not be worked on

Comments

@RhysLees
Copy link

RhysLees commented Sep 1, 2020

When updating an image using:

AdvancedImage::make('Image', 'img') ->hideFromIndex() ->hideWhenCreating() ->showOnUpdating() ->croppable(16/9) ->resize(1280/720) ->disk('public') ->path('/events/events/'.$this->id) ->prunable() ->disableDownload(),

its gives me an error:

Encoding format (tmp) is not supported.

im using the GD lib and havent changed any other files. the default laravel nova image field works

@MiAlmeida
Copy link

Did you find a solution?

@ctessier
Copy link
Owner

Hi @NanoCellWebDesign,

This seems to be an issue with Intervention/image itself. Please check out this: Intervention/image#852

I am closing the issue as it is not related to this package.

Thanks for your feedback.
Clément

@ctessier ctessier added the wontfix This will not be worked on label Sep 16, 2020
@RhysLees
Copy link
Author

Did you find a solution?

nope

Repository owner locked and limited conversation to collaborators Sep 23, 2020
@ctessier
Copy link
Owner

ctessier commented Mar 9, 2023

The latest release might fix this issue. Let me know @MiAlmeida @RhysLees 😉
Also let me know if you would like this fix to be backported into v1 for Nova < 4.

v2.0.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants