All Projects → eugene-ga → ai-scripts

eugene-ga / ai-scripts

Licence: MIT license
Scripts for Adobe Illustrator.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ai-scripts

adobe-illustrator-layer-renamer
Adobe Illustrator script to batch rename layers.
Stars: ✭ 40 (+122.22%)
Mutual labels:  illustrator, extendscript
ovid-editor
Adobe panel providing the most advanced scripting environment possible -- Typescript, app DOM autocomplete, full I/O features and more
Stars: ✭ 43 (+138.89%)
Mutual labels:  illustrator, extendscript
ai-scripts
A collection of useful Illustrator scripts
Stars: ✭ 37 (+105.56%)
Mutual labels:  illustrator
ExtendScript-for-Visual-Studio-Code
Extension that adds Adobe ExtendScript support to Visual Studio Code
Stars: ✭ 29 (+61.11%)
Mutual labels:  extendscript
illustrator-shortcuts
collection of scripts and shortcuts for illustrator
Stars: ✭ 38 (+111.11%)
Mutual labels:  illustrator
Apssistant
A Photoshop Tweak Tool on Windows. It can disable ALT to activate the menu bar.
Stars: ✭ 48 (+166.67%)
Mutual labels:  illustrator
chord-illustrator-js
SVG-based library, which illustrates finger positions of a guitar chord on a fretboard.
Stars: ✭ 17 (-5.56%)
Mutual labels:  illustrator
illustrator-scripts
Set of scripts to improve Icons workflow
Stars: ✭ 26 (+44.44%)
Mutual labels:  illustrator
ExtendScript
🍆 Getting started with ExtendScript ✨ by Jeff Davis
Stars: ✭ 23 (+27.78%)
Mutual labels:  extendscript
Make-This
Project files for the Make This video series and community challenges.
Stars: ✭ 16 (-11.11%)
Mutual labels:  illustrator
Indentz
Collection of InDesign scripts for simple and repetitive tasks.
Stars: ✭ 23 (+27.78%)
Mutual labels:  extendscript
brutalism
Battleaxe's component library for Adobe CEP panels
Stars: ✭ 43 (+138.89%)
Mutual labels:  illustrator
SwiftyIllustrator
A tool for quickly converting Adobe Illustrator shapes into SwiftUI code.
Stars: ✭ 26 (+44.44%)
Mutual labels:  illustrator
illustrator-point-exporter
✨ JSON exporter for Adobe Illustrator: get point coordinates from paths by layer.
Stars: ✭ 72 (+300%)
Mutual labels:  illustrator
NS-illustration-pack
Package of 3D low poly illustrations created in a Blender
Stars: ✭ 28 (+55.56%)
Mutual labels:  illustrator
adobe-discord-rpc
Discord Rich Presence extension for your adobe apps!
Stars: ✭ 383 (+2027.78%)
Mutual labels:  illustrator
favicon
🖼 An attempt to capture all possible favicons for a web project.
Stars: ✭ 17 (-5.56%)
Mutual labels:  illustrator
brand
Logos, icons, screenshots, and other media related to the Bitwarden brand.
Stars: ✭ 60 (+233.33%)
Mutual labels:  illustrator
jsxbin
Convert jsx ExtendScript files into jsxbin files using ExtendScript Toolkit
Stars: ✭ 73 (+305.56%)
Mutual labels:  extendscript
ai-merge
Import your SVG, AI, EPS, and PDF files into a single Illustrator document.
Stars: ✭ 65 (+261.11%)
Mutual labels:  extendscript

Ai Scripts

Table of Contents:


jpeg-export.js

download

Script generates raster JPG preview for vector EPS or AI files. How to:

  1. Run script from Adobe Illustrator: File => Scripts => Jpeg Export or File => Scripts => Other Script…
  2. Specify Source Directory - folder containing EPS or AI files ready to create preview
  3. Specify Destination Directory - folder to save JPG files to
  4. Set the Jpeg Resolution. The more the resolution the bigger the preview will be.
  5. Push Start

In case the script was interrupted and you run it over again, it will take into account already saved files and resume it’s work from the place where it was previously stopped

screenshot

prepare-for-stock.js

download

Script prepares vector files for publication to microstock sites (e.g. shutterstock, istock, etc…):

  • Unlock all objects and entire layers
  • Expand text
  • Close all open paths
  • Cleanup Paths
  • Convert to RGB
  • Delete unused panel items

How to:

  1. Run script from Adobe Illustrator: File => Scripts => Prepare-for-stock or File => Scripts => Other Script…
  2. Specify Source Directory - folder containing EPS or AI files ready for cleanup.
  3. Specify Destination Directory - folder to save EPS files to
  4. Set the EPS format - 8 or 10
  5. Uncheck boxes with actions you want to skip
  6. Push Start

In case the script was interrupted and you run it over again, it will take into account already saved files and resume it’s work from the place where it was previously stopped

screenshot

apply-style.js

download

Apply selected styles to multiple objects and save new document per each style.

How to:

  1. Create multiple objects you want to apply selected styles to. Save each object as a separate EPS file
  2. Create template - EPS file with prepared graphic styles. Artboard might be empty or with background locked.
  3. Open template file
  4. Run script from Adobe Illustrator: File => Scripts => Apply-style или File => Scripts => Other Script…
  5. Specify Source Directory - folder containing EPS files with prepared objects
  6. Specify Destination Directory - folder to save AI file with style applied
  7. Check boxes with styles you wish to apply
  8. Push start

In case the script was interrupted and you run it over again, it will take into account already saved files and resume it’s work from the place where it was previously stopped

screenshot

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