The extension ensures the on-fly conversion of product images to a new webp format. Web pages are loaded faster thanks to the smaller size of images. Webp format is supported by major browsers now. The extension enables to also setup level of image compression so the final image has a significantly smaller size in kB. 【简介】 ImageOptim 是一款功能强大的图片无损压缩工具软件,引入了TinyPNG API的压缩算法,提供了PNG图片的'无损'压缩服务,文件大小减少60%-90%。. ImageOptim is a powerful image lossless compression tool software that provides 'lossless' compression services for PNG images, reducing file size by 60%-90%. The compressed image may be only 1/8 of the original size, but the quality is flawless. It is also a picture format conversion software. Nov 03, 2020 I have ImageOptim post-processing set for all my export presets for uploading to the web, prepping files for social media, or sending via email, for instance. Windows and Linux. ImageOptim is Mac-only, but if you’re using Windows or Linux, here are some other apps worth investigating.
Take the pain out of building site search with the Algolia hosted API. Start free now!
I’m forever trying to make my local image workflow easier. I work with images as part of blog posts, images as part of sites I’m working on, images headed to social media… images everywhere. Almost always headed to the web. If we’re taught one thing about images and the web, it’s that they should be optimized.
For me, that means dragging every single image onto ImageOptim before using it. Monotonous repetitive tasks are fertile ground for computerization, so let’s computerize it.
The Desktop is my staging area
It’s just how I work. Things I’m actively using go on the Desktop. I do whatever I’m doing with them, then move them away. I keep it pretty tidy. Images are one of the most common things that end up there. Perhaps it’s a screenshot that needs to get resized, then optimized, then uploaded somewhere, then deleted.
The Desktop is a convenient place, for me, for all that to happen.
Making any image on the Desktop automatically optimized
What if we didn’t need to optimize images because any image that was on the Desktop was automatically optimized? Download company cameras. That’s what we’re shooting for here.
One way to approach this would be to set up a Grunt/Gulp/Webpack/Whatever watch
task to watch the Desktop. Then if an image file appears there, run an image optimization task. A lot of us probably already do this with the web projects we work on. This wouldn’t be much different.
Imageoptim Mac
Except… that we’d need to gulp watch
(or whatever) from the command line every time we restarted. I bet there is some trickery to avoid that. Like putting the command into `~/.bash_profile` or something. I didn’t go down that road, though, because…
Enter Hazel
Imageoptim For Windows
A number of recommendations from folks turned me onto Hazel. It’s basically a watch task for macOS, with a UI to set up all the stuff you want it to do. For example, you can watch your Downloads folder, and if the type of file is a Movie, you can automatically move it to the Movies folder. Cool.
Imageoptim Mac
That makes what we want to do real easy. We watch the Desktop folder and if the kind of file is an Image, open it in ImageOptim.
Imageoptimizer
Simple, indeed
Pngoptim
This is a pretty simple and obvious thing that I could have done years ago. That’s why I’m blogging it, I suppose. It’s a simple thing that has helped me a ton and might help you. Most importantly, I’ve actually stuck with it. Sometimes I try out some workflow optimization and it doesn’t stick. This has.