-
Notifications
You must be signed in to change notification settings - Fork 80
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
images are not saved to exact paths #49
Comments
@Eriickson Show please your configuration of compress images. |
@Jovans025 Show please your configuration of compress images. |
For me it actually happens for all the png. (pngquant, quality 20-50) |
Can you give me your image of which this is happening? |
I renamed the downloaded image to I was unable to reproduce the problem |
my script: compress-images ver 1.9.7
|
@mathieutu |
This is not the problem. The problem is precisely that the image is not saved in the output folder specified, but in the source folder, with a I let you see the issue description for screenshots. I haven't anything more. |
This does not happen for me, I checked it again.
Here's what I was able to find https://github.com/kornelski/pngquant#--ext-newpng |
I also ran into this same issue running on Win 10, Node v14. I was able to workaround it by forcing the rename to not use {
png: {
engine: 'pngquant',
command: ['--quality=50-80', '--force', '-o']
}
} |
Hello, your package partly works for me, but it does not save the images already compressed in the folder that I specify
If you notice, I specify the directory where the original image is located as well as the directory where the compressed image will be stored
and the output message confirms to me that it was successfully saved to the directory that I specified
but when I go to check to confirm, it was not saved in said directory, but rather it is saved where the original one is and to the name it adds a suffix "-fs8"
I hope you can help me
The text was updated successfully, but these errors were encountered: