Skip to content

Auto generate logo end-files for clients. Sort files.

License

Notifications You must be signed in to change notification settings

vladutstoica/LogoPackager

Repository files navigation

LogoPackager

Auto generate logo end-files for clients.

NAME CONVENTION

BRANDNAME_VERSION_COLORPROFILES_COLOR_optionals
VERSION : "HorizontalLogo",
          "HorizontalLogoNoTagLine",
          "VerticalLogo",
          "VerticalLogoNoTagLine",
          "Logomark",
          "Wordmark",
          "WordmarkNoTagLine",
          "TagLine"
COLORPROFILES : "RGB",
                "CMYK"
COLOR : "FullColor",
        "Black",
        "White",
        "Inverted"

optionals (ex. "BRANDNAME_HorizontalLogo_RGB_FullColor_1200.jpg")

(ex. "LogoPackager_HorizontalLogo_RGB_FullColor_1200.jpg")

QUICK GUIDE

  1. Create logo design in Illustrator;
  2. Open "Logo_ExportTemplate_RGB.ait" OR "Logo_ExportTemplate_CMYK.ait" and place all logo variants you need;
  3. In Illustrator, File > Scripts > Other script... > "ArtboardCleaner.jsx"
  4. Export logo variants into a empty folder (Ex. Digital: .JPG, .PNG, .AI, .EPS, .PDF, .SVG; Print: .AI, .EPS, .PDF);
  5. Execute "Logo_Sorting_RGB" OR "Logo_Sorting_CMYK".

⚠️⚠️⚠️ IF YOU EXPORT ASSETS FOR BOTH RGB & CMYK, THEN YOU WILL HAVE TO MANUALLY MOVE THE ARTBOARDS FILE (NAMED "CompanyName.ai" for both RGB & CMYK) TO THE DESIRED FOLDER LOCATION.

FOR DETAILED STEPS PLEASE FOLLOW THE GUIDE BELOW:arrow_down::arrow_down::arrow_down:

STEP-BY-STEP GUIDE

  1. Here's an example of a logo with Logomark, Wordmark and TagLine;

    image

  2. Open "Logo_ExportTemplate_RGB.ait" and place the logo in the correct artboard, then create variants; (empty artboards will be automatically deleted on the future steps);

    image

  3. In Illustrator, File > Scripts > Other script... > "ArtboardCleaner.jsx". This will crop artboards and delete empty ones.

    image

  4. On the export window, uncheck "Create subfolders", complete the brand name in the "Prefix:" field followed by an underscore (ex. "BrandName_"). "Suffix:" field represents logo optional settings and should start with an underscore followed by the setting name (ex. if we need a dedicated 1200px width for a cover placeholder, we can use optionals to export it: "_1200"). Export all artboards to an empty folder;

    (ex. "BRANDNAME_HorizontalLogo_RGB_FullColor_1200.jpg") image

  5. Place "Logo_Sorting_RGB.py" in the folder where you exported the artboards and run the .py file;

    image

  6. Delete the .py file after the program end executing;

    image

  7. Folder structure;

    image

  8. Repeat the process for CMYK; You can export the artboards in the same folder where you exported the RGB artboards.

TODO:

  • make UI
  • make name convention for artboards: BRANDNAME_ARTBOARD & BRANDNAME_ARTBOARD_EDITABLE

About

Auto generate logo end-files for clients. Sort files.

Topics

Resources

License

Stars

Watchers

Forks