Lightning Brain Color2Gray for InDesign

Download
See further down the page.
Goal
This tool for InDesign CS/CS2/CS3 allows you to convert placed color photos to grayscale without modifying the original color image. It works best for JPEG and TIFF images. As far as we know, complex, multi-layered Photoshop images don't always work - so you might want to stick to JPEG or TIFF.
Sometimes you want a particular picture to be output as a grayscale image, yet the original image is in color.
You could open the image in Adobe® Photoshop® and convert it to grayscale, but instead you can also use this plug-in. When using this tool, the original image is not changed and remains in color, yet it is output as a grayscale image.
When outputting in CMYK, the gray image will only render on the black (K) plate.
Important - please read!
LB Color2Gray needs the free APID ToolAssistant plug-in which is available as a separate download (see download links further down).
The APID ToolAssistant can be used in two modes: either in unlicensed (free) mode, or in licensed mode. With regards to LB Color2Gray, purchasing an APID ToolAssistant license is totally optional.
If you really like what we do you can encourage us by purchasing a US$25 APID ToolAssistant license. But LB Color2Gray will work just fine with an unlicensed version of APID ToolAssistant - so purchasing a license is totally optional.
APID ToolAssistant will show itself as 'Demo' for the first 20 days, and after the 20 days are up, it will change to 'Unlicensed'.
Don't be alarmed by this. LB Color2Gray will not stop working.
LB Color2Gray works fine with the unlicensed version of APID ToolAssistant.
Download
This is a free download. Before you can use the LB Color2Gray Plug-In you also have to install our free APID ToolAssistant Plug-In, which is available below as a second, separate download.
LB Color2Gray supports InDesign CS, CS2 and CS3 on Mac or Windows.
Download the LB Color2Gray Tool (version 1.0.9 - Free. Does not include the APID ToolAssistant. Don't worry about the icon of the .spln file: it might not be a 'regular' icon, and that's OK.)
Download APID ToolAssistant for InDesign (version 1.0.45 - Free)
You don't need to purchase a license for APID ToolAssistant (but we're always grateful if you do - it helps us fund further development). The LB Color2Gray Plug-In will work fine with an unlicensed APID ToolAssistant.
To encourage us by purchasing such an optional license, select the API - APID ToolAssistant... menu item, select the 'APID ToolAssistant' entry in the list, and click the Get License... button. Purchasing a license helps us fund further development of cool stuff!
Let us know if this tool is useful to you, at pluginsupport@rorohiko.com. Thanks!
Installing
This is a hybrid plug-in collection: part is written in C++, part is written in ExtendScript/JavaScript. As a result, it has three plug-in components.
The three plug-ins that need to be present for this to work are:
- an up-to-date APID ToolAssistant or equivalent
- a Color2Gray.spln scripted plug-in (with .spln file name extension). All platforms share the same scripted plug-in file. On Windows this file carries a generic icon.
- a platform-specific Color2Gray plug-in (with .pln file name extension; the name will differ for CS/CS2/CS3/Mac/Win - it's Color2Gray<something_or_other>.<something_else>)
Yes, you'll need three plug-ins in total, and two of those plug-ins that have "Color2Gray" in their file name: one is a scripted plug-in, the other is a regular plug-in.
Make sure you install the correct plug-ins for your version of InDesign. InDesign CS , CS2, and CS3 plug-ins are mutually incompatible, and Windows plug-ins don't work so well on Mac.
Please read the Remarks below - our software evolves over time, and you might need to separately update some of the individual plug-ins.
Usage
After you have installed the plug-ins, select one or more placed color images. Then right-click or control-click the selection. In the context menu there should be a menu item called API (shorthand for Active Page Item).
This menu item should contain an option Force Render as Gray which you can select to make the images render in grayscale.
On the menu bar, in the API menu item, you should also find two new menu items - these duplicate the function of the context menus.
If you want you can assign keyboard shortcuts to these menu items via Edit - Keyboard Shortcuts... (product area Active Page Item).
In short, the procedure is:
1) Select image
2) Right-click (Win) or Control-click (Mac)
3) Select API - Force Render as Gray from the context menu
After an image is converted to grayscale the context menu will change - you can convert back to a color image if so desired - the menu item changes to 'Render Normally'.
Limitations
There are currently two known limitations.
First, the conversion to grayscale is done by InDesign, and you have no control over the process.
InDesign does a pretty good job, and this will suffice for many people, but if you want more specialized conversions (e.g. switch off color management, fiddle with curves,...) then this plug-in won't help you. In other words - it's back to Photoshop, and create an edited grayscale copy there.
Second limitation: Color2Gray only handles simple bitmap images . It does not work on vector images (Illustrator, EPS,...), and we've also encountered complex Photoshop images (with multiple layers) that could not be handled by Color2Gray. Please test thoroughly and check the printed output before going live!
For scripters and the technically inclined
The C++ part of this tool will check the script label of each placed image. If the script label is equal to the word 'gray' then it will force the image to be rendered in grayscale.
The scripted part of this tool is nothing more than a set of menu items and some logic to set the script label to 'gray' or the empty string.
If you want to automate the conversion to gray with AppleScript, ExtendScript, or VBScript, all you need to do is change the script label of the image.
To check this out for yourself, proceed as follows:
- place a color picture in InDesign
- select it with the 'hollow arrow' selection tool (the Direct Selection Tool).
- bring up the Script Label palette (either under Window - Scripting - Script Label (for CS) or Window - Automation - Script Label (for CS2 and CS3).
- For the script label, type the word 'gray' and then hit the 'Tab' key (to force the entry to 'take')
- Erase the word 'gray' to revert to color
To perform this operation from a script: look up the 'label' attribute.
Version history:
15-Jun-2008: Version 1.0.9
- Fixed clipping path issues in CS3 (in some cases the clipping path would be turned inside-out when printing - only showing the image parts outside the clipping path instead of inside).
16-Jun-2007: Version 1.0.8
- Fixed issues related to scaled images, and images with clipping paths
15-Jun-2007: Version 1.0.7
- Added CS3 support
- Fixed issue for images with clipping paths
28-Aug-2006: Version 1.0.6
- Fixed issue where some grayed images would still print in color.
23-Aug-2006: Version 1.0.5
- Fixed issue with 'clipping' of gray images
23-Aug-2006 Version 1.0.4
- Now supports transparency applied to image
- Now supports embedded images
- Fixed InDesign slowdown when many objects are selected
16-Aug-2006 Version 1.0.3
- Fixed JavaScript issues that could cause error dialogs
15-Aug-2006 Version 1.0.2
- Switched to a totally different technique to force the gray rendering. This version properly shoves all the pixels of the image onto the black plate. This means that if an image is forced to gray in a CMYK job, it will only appear on the K plate, and nothing will show up on the C/M/Y plates.
27-Jun-2006 Version 1.0.1
- Changed 'Luminosity' to 'Lighten'
27-Jun-2006 Version 1.0
- Initial beta release.
Back to the InDesign Plug-Ins page
Back to Home Page
|