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

How install GraphicsMagick/ImageMagick on server? #70

Open
checkonetwo opened this issue Mar 25, 2019 · 3 comments
Open

How install GraphicsMagick/ImageMagick on server? #70

checkonetwo opened this issue Mar 25, 2019 · 3 comments

Comments

@checkonetwo
Copy link

checkonetwo commented Mar 25, 2019

Hi!
When I upload image on server I get this
https://gyazo.com/8d0c38e09e58bf50d9cb5cdb6ad8b0b2

i installed GM with - npm install gm - and its still not working
please help

@checkonetwo
Copy link
Author

checkonetwo commented Mar 25, 2019

and where a place where I could turn off this plugin? I can't even find where its initialized
thx for u work!

I only find this - but when i return only file what i received - there is nothing to change
export const imageCompressor = file => { return new Promise(resolve => { new Compress(file, { quality: 0.6, success: file => resolve(file), error: err => console.log(err.message), }) }) }

@checkonetwo
Copy link
Author

checkonetwo commented Mar 25, 2019

and how I can disable this compression plugin?

@AlirezaAsadi96
Copy link

Hi!
When I upload image on server I get this
https://gyazo.com/8d0c38e09e58bf50d9cb5cdb6ad8b0b2

i installed GM with - npm install gm - and its still not working
please help

can you tell how to generate build files? I'm using this project but I can't build the project for production mode. I generate bundle.js using webpack. What should I do now?

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

2 participants