All Projects → rstacruz → Psdinfo

rstacruz / Psdinfo

Inspect PSD files from the command line

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Psdinfo

psd2svg
PSD to SVG converter.
Stars: ✭ 40 (-72.22%)
Mutual labels:  photoshop, psd
Ag Psd
Javascript library for reading and writing PSD files
Stars: ✭ 135 (-6.25%)
Mutual labels:  photoshop, psd
Psd2unityimporter
An advanced PSD importer tool for Unity
Stars: ✭ 155 (+7.64%)
Mutual labels:  photoshop, psd
psd
Blazing fast, zero-dependency PSD parser for the web and Node.js
Stars: ✭ 549 (+281.25%)
Mutual labels:  photoshop, psd
Libqpsd
PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
Stars: ✭ 90 (-37.5%)
Mutual labels:  photoshop, psd
Psd Tools
Python package for reading Adobe Photoshop PSD files
Stars: ✭ 646 (+348.61%)
Mutual labels:  photoshop, psd
Psd.rb
Parse Photoshop files in Ruby with ease
Stars: ✭ 3,092 (+2047.22%)
Mutual labels:  photoshop, psd
Psd Templates Requirements
Требования, пожелания и рекомендации к PSD (и не только) макетам
Stars: ✭ 140 (-2.78%)
Mutual labels:  photoshop, psd
Twelvemonkeys
TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO
Stars: ✭ 1,221 (+747.92%)
Mutual labels:  psd
Xs2a
Open Source NextGenPSD2 XS2A Implementation from adorsys
Stars: ✭ 108 (-25%)
Mutual labels:  psd
Minipaint
online image editor
Stars: ✭ 1,014 (+604.17%)
Mutual labels:  photoshop
Gimpshop Reloaded
✏️ GIMP mod to make it similiar to Adobe's product. Best free alternative to Photoshop
Stars: ✭ 81 (-43.75%)
Mutual labels:  photoshop
Measure
📏 Measure UI for PSD
Stars: ✭ 110 (-23.61%)
Mutual labels:  psd
Photoshop deep cleaner
photoshop metadata deep clean script. PSD文件垃圾清理
Stars: ✭ 46 (-68.06%)
Mutual labels:  photoshop
Photoshop Python Api
Python API for Photoshop.
Stars: ✭ 126 (-12.5%)
Mutual labels:  photoshop
Json Photoshop Scripting
JSON Photoshop Scripting project: alternative way of scripting Photoshop in JavaScript, based on JSON.
Stars: ✭ 42 (-70.83%)
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 (+586.11%)
Mutual labels:  photoshop
Ui Dna
programmable and semantically UI design tool for Photoshop
Stars: ✭ 126 (-12.5%)
Mutual labels:  photoshop
Bjango Actions
A collection of Photoshop actions, Photoshop scripts, Hazel rules, macOS workflows and other random things for screen designers and developers.
Stars: ✭ 1,407 (+877.08%)
Mutual labels:  photoshop
Weui Sketch
weui sketch by ZTfer
Stars: ✭ 116 (-19.44%)
Mutual labels:  psd

psdinfo

Inspect PSD files from the command line.

npm install -g psdinfo
$ psdinfo file.psd --fonts

# file.psd
fonts:
  - DIN-Bold
  - FreightSansLight
  - Glosa-Roman
  - ...
$ psdinfo file.psd --text

# file.psd
text:
  - "Hello"
  - "This is text from the document"
  - ...

Thanks

psdinfo © 2015+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz

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