• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Image processor or Batching or both? Is there a simpler way?

New Here ,
Jun 08, 2016 Jun 08, 2016

Copy link to clipboard

Copied

I am trying to process a large quantity of .ai files to upload to a website. Should I use Image processor or Batching or both? Is there a simpler wayto batch and resize multiple images while at the same time having them resave with their original filename plus a suffix _ MAIN?

Any help would be greatly appreciated.

Thanks!

Elisha

TOPICS
Actions and scripting

Views

329

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Advisor ,
Jun 08, 2016 Jun 08, 2016

Copy link to clipboard

Copied

Batching would do the job. Image Processor does not do file naming (like adding _MAIN suffix). If you wanted to go that route you would need ImageProcessorPro https://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/v3_2b1/ .

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 08, 2016 Jun 08, 2016

Copy link to clipboard

Copied

When I try to use batch, How can I resize the images? And... It has a problem opening my .ai files...the message it displays is import pdf? for each file?

Do you know what I am doing wrong?

Thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 08, 2016 Jun 08, 2016

Copy link to clipboard

Copied

IPP will open .ai files without the pop-up for each files, but, as JJMack said, it cannot save .ai files.

You can use Bridge to do a Batch Rename but I'm not quite sure how to resize without actually using Illustrator.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 08, 2016 Jun 08, 2016

Copy link to clipboard

Copied

LATEST

The batch command is there to batch apply an action.

So you need to first create an action to rasterize to a desired pixel width or height, colour mode, bounding box, save options etc. I usually do this with duplicated dummy/test files, then trash them once the action has been recorded.

Here is a simple visual example:

action.png

Next, the batch command needs to reference this action, however it will most likely need to override the recorded open and save steps:

batch.png

This is why scripts such as IP or IPP are usually preferred, they are generally easier to use.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 08, 2016 Jun 08, 2016

Copy link to clipboard

Copied

artt74613267 wrote:

I am trying to process a large quantity of .ai files to upload to a website.

Photoshop does not support .ai files well. It will open the as an EPS  or PDF. Any paths will be lost. Photoshop does nor save .ai file except export path to illustrator.  The .ai files save are not really usable by Photoshop.

CS2 shipped with many  patterns that are .ai files,  I also found some logo .ai files I had downloaded.  Image processor had no problem saving jpg file for those .ai Files.

Image Processor Pro is better than Image Processor.  Here is an Image Processor run.

Capture.jpg

JJMack

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines