All Projects → Playrix → psd_ockham

Playrix / psd_ockham

Licence: LGPL-3.0 License
Utility to reduce PSD file size

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
CMake
9771 projects

Labels

Projects that are alternatives of or similar to psd ockham

Twelvemonkeys
TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO
Stars: ✭ 1,221 (+7082.35%)
Mutual labels:  psd
Psd2unityimporter
An advanced PSD importer tool for Unity
Stars: ✭ 155 (+811.76%)
Mutual labels:  psd
Artal
A .PSD parsing library for LÖVE
Stars: ✭ 41 (+141.18%)
Mutual labels:  psd
Xs2a
Open Source NextGenPSD2 XS2A Implementation from adorsys
Stars: ✭ 108 (+535.29%)
Mutual labels:  psd
Psd Templates Requirements
Требования, пожелания и рекомендации к PSD (и не только) макетам
Stars: ✭ 140 (+723.53%)
Mutual labels:  psd
Spectrum
Spectral Analysis in Python
Stars: ✭ 213 (+1152.94%)
Mutual labels:  psd
Psd.rb
Parse Photoshop files in Ruby with ease
Stars: ✭ 3,092 (+18088.24%)
Mutual labels:  psd
psd2svg
PSD to SVG converter.
Stars: ✭ 40 (+135.29%)
Mutual labels:  psd
Psdinfo
Inspect PSD files from the command line
Stars: ✭ 144 (+747.06%)
Mutual labels:  psd
oculante
A minimalistic crossplatform image viewer written in rust
Stars: ✭ 169 (+894.12%)
Mutual labels:  psd
Measure
📏 Measure UI for PSD
Stars: ✭ 110 (+547.06%)
Mutual labels:  psd
Ag Psd
Javascript library for reading and writing PSD files
Stars: ✭ 135 (+694.12%)
Mutual labels:  psd
Density Converter
A multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/height in dp. It has a graphical and command line interface and supports many image types (svg, psd, 9-patch, etc.) aswell as some lossless compressors like pngcrush.
Stars: ✭ 222 (+1205.88%)
Mutual labels:  psd
Libqpsd
PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
Stars: ✭ 90 (+429.41%)
Mutual labels:  psd
cyan
Cyan Color Converter
Stars: ✭ 68 (+300%)
Mutual labels:  psd
Psd Tools
Python package for reading Adobe Photoshop PSD files
Stars: ✭ 646 (+3700%)
Mutual labels:  psd
Azpainter
Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Official repository - http://azsky2.html.xdomain.jp/arc/download.html
Stars: ✭ 179 (+952.94%)
Mutual labels:  psd
psd
Blazing fast, zero-dependency PSD parser for the web and Node.js
Stars: ✭ 549 (+3129.41%)
Mutual labels:  psd
unity-ugui-edit-tools
编辑器下的界面工具集合
Stars: ✭ 30 (+76.47%)
Mutual labels:  psd
Weui Design
Design package for WeUI
Stars: ✭ 2,758 (+16123.53%)
Mutual labels:  psd

Entities are not to be multiplied without necessity

Ockham's razor


Icon

psd_ockham is a command-line utility that reduces Photoshop .psd and .psb file size by removing parts of excessive XMP metadata.

Latter versions of Photoshop have issue when XMP gets bloated with numerous identifiers in the <photoshop:DocumentAncestors> element (https://forums.adobe.com/thread/1983397). These tags doesn't contain any useful information and can be safely removed. Sometimes psd files get extremely large and the size of bloated metadata exceeds the size of the rest of the file multiple times.

psd_ockham removes all DocumentAncestors, rdf:Bag and rdf:li tags from metadata in psd and included smart-objects. It doesn't change psd structure, contents of the file or graphical layers.

Utility does not require Photoshop and can be run on Windows, MacOS and Unix.

Usage from command line

psd_ockham SOURCE_FILE [DESTINATION_FILE]

Results will be written to destination file. If there's no destination file provided, results will be written to new file near source file with suffix _cut.

Running psd_ockham without parameters prints help message and version.

Usage from GUI

Version with graphical user interface is provided for Windows only. It is simple and straightforward, just drag-n-drop files and folders onto main window. GUI version is independent and doesn't require command-line executable.

Copyright

Copyright © 2017-2018 Playrix.

psd_ockham is based on libpsd

Copyright © 2004-2007 Graphest Software.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

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