All Projects → julysohu → Photoshop_deep_cleaner

julysohu / Photoshop_deep_cleaner

photoshop metadata deep clean script. PSD文件垃圾清理

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Photoshop deep cleaner

brutalism
Battleaxe's component library for Adobe CEP panels
Stars: ✭ 43 (-6.52%)
Mutual labels:  photoshop
Tui.image Editor
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
Stars: ✭ 4,761 (+10250%)
Mutual labels:  photoshop
Psd Guides
📐 JS library to draw photoshop-like guides.
Stars: ✭ 22 (-52.17%)
Mutual labels:  photoshop
alchemist
DevTool for plugin developers
Stars: ✭ 65 (+41.3%)
Mutual labels:  photoshop
Psd sdk
A C++ library that directly reads Photoshop PSD files.
Stars: ✭ 373 (+710.87%)
Mutual labels:  photoshop
Psd Tools
Python package for reading Adobe Photoshop PSD files
Stars: ✭ 646 (+1304.35%)
Mutual labels:  photoshop
kironroy.github.io
Portfolio
Stars: ✭ 14 (-69.57%)
Mutual labels:  photoshop
Json Photoshop Scripting
JSON Photoshop Scripting project: alternative way of scripting Photoshop in JavaScript, based on JSON.
Stars: ✭ 42 (-8.7%)
Mutual labels:  photoshop
Greyprint
Templates with pre-made styles to assist icon, symbol, and glyph design.
Stars: ✭ 403 (+776.09%)
Mutual labels:  photoshop
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-65.22%)
Mutual labels:  photoshop
Photoshop Scripting Python
Scripting in Photoshop is used to automate a wide variety of repetitive task or as complex as an entire new feature
Stars: ✭ 281 (+510.87%)
Mutual labels:  photoshop
Psd.rb
Parse Photoshop files in Ruby with ease
Stars: ✭ 3,092 (+6621.74%)
Mutual labels:  photoshop
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+1452.17%)
Mutual labels:  photoshop
Make-This
Project files for the Make This video series and community challenges.
Stars: ✭ 16 (-65.22%)
Mutual labels:  photoshop
Gradient
Library for dealing with color gradients in ruby
Stars: ✭ 15 (-67.39%)
Mutual labels:  photoshop
NFT Art Generator
No description or website provided.
Stars: ✭ 58 (+26.09%)
Mutual labels:  photoshop
Color Creator
Photoshop, Sketch and Affinity Designer documents that use base colors to generate larger palettes.
Stars: ✭ 430 (+834.78%)
Mutual labels:  photoshop
Minipaint
online image editor
Stars: ✭ 1,014 (+2104.35%)
Mutual labels:  photoshop
Bjango Templates
Design templates for Android, iOS, macOS, Apple TV (tvOS), Apple Watch (watchOS), Windows, Windows Phone and web favicons.
Stars: ✭ 988 (+2047.83%)
Mutual labels:  photoshop
Creative Cloud Linux
PlayOnLinux install script for Adobe Creative Cloud
Stars: ✭ 725 (+1476.09%)
Mutual labels:  photoshop

一键压缩PSD文件从GB变为MB

原理

主要原理其实很简单:删除PSD中大量的`元数据`。
元数据:对文件操作的历史记录数据,通常一个PDS`容量的90%`多都是元数据占用的。
网上流传的脚本只能清理当前打开文件的元数据,却无法清理`智能对象`和智能对象中嵌套智能对象的元数据,此脚本可以一键清理所有智能对象及其子孙对象的元数据。
实测1.9G的psd清理过后为47M。

使用说明

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].