All Projects → sketch-hq → Sketch Image Compressor

sketch-hq / Sketch Image Compressor

A Plugin for Sketch that compresses your bitmap assets, to keep filesize to a minimum.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sketch Image Compressor

Keys For Sketch
Advanced shortcut manager for Sketch app.
Stars: ✭ 281 (-16.86%)
Mutual labels:  sketch-app, sketchapp, sketch-plugins, sketch-plugin, sketch
autopdfexporter-sketch-plugin
A Sketch Plugin to auto-export all '[S]' Prefix artboards to a single pdf, no slices needed! Plugin auto creates slices from prefixed Artboards and exports them into a single page-sorted pdf file.
Stars: ✭ 16 (-95.27%)
Mutual labels:  sketch, sketch-plugin, sketch-app, sketch-plugins, sketchapp
Overrideit Sketchplugin
Overrideit is sketch plugin that allow designers to search in overridelist and overrides dropdowns, and with many other features.
Stars: ✭ 113 (-66.57%)
Mutual labels:  sketch-app, sketchapp, sketch-plugins, sketch-plugin, sketch
Persiansupplier
Sketch Plugin for supplying dynamic persian data.
Stars: ✭ 46 (-86.39%)
Mutual labels:  sketchapp, sketch-plugins, sketch-plugin, sketch
Sketch Find And Replace
Sketch plugin to do a find and replace on text within layers
Stars: ✭ 693 (+105.03%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Sketch Styles Generator
Generate hundreds of Sketch Shared Styles in a matter of seconds.
Stars: ✭ 537 (+58.88%)
Mutual labels:  sketch-app, sketch-plugins, sketch-plugin, sketch
Import Colors Sketch
Import colors from macOS CLR, Photoshop ACO/ACT, Illustrator ASE, GIMP GPL, Sketch, Text file to Sketch color variables.
Stars: ✭ 32 (-90.53%)
Mutual labels:  sketch-app, sketch-plugins, sketch-plugin, sketch
Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+144.38%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Sketch Batch Create Symbols
A plugin for Sketch to convert selected layers to individual symbols.
Stars: ✭ 134 (-60.36%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Camilo
Sketch plugin specially crafted to work in Design systems with multiple themes
Stars: ✭ 175 (-48.22%)
Mutual labels:  sketch-app, sketchapp, sketch-plugins, sketch-plugin
Notes
A sketch plugin for taking notes
Stars: ✭ 87 (-74.26%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Sketchcrapp
SketchCrapp - Crack your Sketch.app in seconds :) Supports MacOS Big Sur.
Stars: ✭ 218 (-35.5%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Sketch Gifme Plugin
Embed gifs and videos in your Sketch files!
Stars: ✭ 274 (-18.93%)
Mutual labels:  sketch-app, sketch-plugins, sketch-plugin, sketch
library-styles-sync
sync shared styles from a Sketch Library to the current document
Stars: ✭ 70 (-79.29%)
Mutual labels:  sketch, sketch-plugin, sketch-plugins
SketchStrap
SketchStrap - Bootstrap customizer
Stars: ✭ 42 (-87.57%)
Mutual labels:  sketch, sketch-plugins, sketchapp
RemoveAllGuides
Plugin for Sketch App.
Stars: ✭ 21 (-93.79%)
Mutual labels:  sketch, sketch-plugin, sketch-app
sketch-action-api-tester
A plugin to listen to all the events in the Action API
Stars: ✭ 26 (-92.31%)
Mutual labels:  sketch-plugin, sketch-app, sketchapp
sketch-flip-size
🔁 FlipSize is a small Sketch plugin to flip the size of a shape, layer or artboard
Stars: ✭ 16 (-95.27%)
Mutual labels:  sketch, sketch-plugin, sketch-plugins
Sketchcontentsync
Sync sketch files with google docs.
Stars: ✭ 270 (-20.12%)
Mutual labels:  sketchapp, sketch-plugin, sketch
sketch-align-layers-middle-no-bounds
sketch align layers middle no bounds from parent layer
Stars: ✭ 13 (-96.15%)
Mutual labels:  sketch, sketch-plugin, sketch-plugins

Image Compressor

⚠️ This plugin is no longer maintained. We recommend using ImageOptim instead.

A Plugin for Sketch that compresses your exported bitmap assets, to keep filesize to a minimum. This Plugin requires Sketch 3.8.

Please note that the compression is lossless, so no pixels will be harmed by running this Plugin : )

Installation

  • Download Sketch Image Compressor & unzip it.
  • Double click Sketch Image Compressor.sketchplugin to install the Plugin.

Usage

The Plugin uses two methods for asset compression:

  • Quick Compression happens automatically, whenever you export an asset from Sketch using the File › Export… menu option or the Export button in the toolbar. The Plugin will run your PNG & JPG assets through optipng and jpegoptim using the quickest settings for both, so that you get smaller files as fast as possible.
  • Full Compression happens when you choose the Plugins › Sketch Image Compressor › Export All Assets menu option. You'll be asked for a path where your assets will be exported, and then the Plugin will export every exportable layer from your document, and run the assets through advpng, optipng, pngcrush, zopflipng, jpegtran and jpegoptim, using more aggressive settings than the Quick Compression (i.e: the operation will be extremely slow)

Please note that both methods won't block Sketch's UI when running, so you'll be able to keep on working while the compressors run. However, running a Full Compression on a non-trivial document will most likely consume a lot of CPU for a long time, so don't expect Sketch to be as snappy as usual : )

You'll get some feedback about the process in the Sketch window while it's running, and some stats when it is done.

Acknowledgements

LICENSE

The MIT License (MIT)

Copyright (c) 2016 Bohemian Coding

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].