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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.8 release 馃敂 #24

Closed
5 tasks done
Huluti opened this issue Oct 26, 2019 · 11 comments
Closed
5 tasks done

0.8 release 馃敂 #24

Huluti opened this issue Oct 26, 2019 · 11 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@Huluti
Copy link
Owner

Huluti commented Oct 26, 2019

HI! A new release will be out soon to fix #19.

Added

  • Add an option to whether keep or not metadata of images.

Changed

  • Replace mozjpeg lib by jpegoptim.
  • Update translations.

In order to have a good release I need some help of the translators to update their translations (very few changes) and ideally, it would be nice if some people test the new version from the source code to detect possible bugs.

TODO before 0.8 release:

Thank's in advance! 馃敂

@Huluti Huluti added the help wanted Extra attention is needed label Oct 26, 2019
@Huluti Huluti added this to the 0.8 milestone Oct 26, 2019
@Huluti
Copy link
Owner Author

Huluti commented Oct 26, 2019

@yochananmarqos there will be some changes to make for 0.8 in AUR (not yet released). mozjpeg has been replaced by jpegoptim.

@Huluti Huluti pinned this issue Oct 26, 2019
@manekenpix
Copy link
Contributor

Hey @Huluti, are you planning to add more languages? I'm a native Spanish speaker, so I could help with that. Also, I have a year of experience with python working on different projects.

@Huluti
Copy link
Owner Author

Huluti commented Oct 26, 2019

@manekenpix hi! We can add every language you want. Just make a PR after creating a po file based on this pot file: https://github.com/Huluti/ImCompressor/blob/master/po/imcompressor.pot

@Etamuk
Copy link
Contributor

Etamuk commented Oct 26, 2019

HI! A new release will be out soon to fix #19.

.....In order to have a good release I need some help of the translators to update their translations (very few changes) and ideally, it would be nice if some...........

Translation DE done :-)

@Vistaus
Copy link
Contributor

Vistaus commented Oct 26, 2019

Done! #28 馃樅

@pauloxnet
Copy link

I read online about this project and I think it's a good work. 馃憤

I'm using Trimage to compress images to use in web projects and I need to strip every metadata and compress them as much as possible.

The best features of this project for me is mozjpeg support because it has a better compression level than jpegoptim but I read just now that you replaced it in latest commits and it's a pity.

Can you restore mozjpeg in the project and permit users to choose if use jpegoptim (and preserve metadata) or use mozjpeg (a have better compression and no metadata) ?

@yochananmarqos
Copy link

yochananmarqos commented Oct 27, 2019

The best features of this project for me is mozjpeg support because it has a better compression level than jpegoptim but I read just now that you replaced it in latest commits and it's a pity.

Are you sure about that?

@pauloxnet
Copy link

As reported in the libjpeg-turbo you linked in your comment and also in the mozjpeg README:

"MozJPEG makes tradeoffs that are intended to benefit Web use cases and focuses solely on improving encoding, so it's best used as part of a Web encoding workflow."

As I've wrote in my comment I'm interested in the "web encoding workflow", and in this context the most important thing is compression level at the same quality, compression or decompression performance are secondary because usually you compress one time your image but a lot of people download them from your website, and smaller is the file better is the navigation experience.

@Huluti
Copy link
Owner Author

Huluti commented Oct 27, 2019

@pauloxnet When I used MozJPEG, I used cjpeg and jpgtran. cjpeg has not parameter to control metadata keeping. Moreover, it requires a bit of gymnastic to overwrite the original image. jpegoptim has very good results, don't worry.

@Huluti
Copy link
Owner Author

Huluti commented Oct 27, 2019

0.8 released, thank's all!

@Huluti Huluti closed this as completed Oct 27, 2019
@Huluti Huluti unpinned this issue Oct 27, 2019
@pauloxnet
Copy link

I'll try for next versions to open a PR to add again mozjpeg as optional choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants