Sg2.9
Object Raster Color
Recent RSS
Creator:  josh distler
Date:  20. September 2006, 10:33

A hacked version of the Object Raster that will do color and scale together.

image rasters
Date:  15. October 2006, 13:34

I have cs and cs2 and the image raster scripts do not work in cs2. Are there separate scripts for each ai version?

I tried it many times...the the majority of the other scripts work in cs2 though.

any sugggestions?

These are very wonderful scripts.

  • c
Re: image rasters
From:  Evan
Date:  10. March 2007, 02:19

yeah, I can't get this to work either, what's the skinny? I'm on CS2.

Re: image rasters
From:  Ricardo
Date:  12. March 2007, 16:11

Hi,
I'm using AICS(11.0.0) on a G5(upgraded) under 10.3.9. I downloaded "Scriptographer 2.0.021 for mac", I tried 'color raster' and it didn't work despite other raster worked very well.
I noticed that debugger wrote this ReferenceError:
"Grayscale" is not defined. at /rasters/color raster.js:46

then, I started a search in this website in case someone has had the same problem and I got this:
http://www.scriptographer.com/Scripts/Interactive+Tools/fiddlehead/comments

where it's said (refered to another .js):
2006-10-29 fix to work with ver.2.0.019 of Scriptographer (Grayscale -> GrayColor)

So I changed Grayscale into GrayColor on 'color raster.js', after that it worked verywell.

I downloaded "object raster with color.js" and is working verywell (after I noticed my user-error on "save file as" and placing an html instead .js in the scripts folder)

by the way, this plugin Rocks as hell! :D

Re: image rasters
Date:  12. March 2007, 18:34

Thanks for reporting this Ricardo..

Although when I change Grayscale to GrayColor and try to run the script I get the following error:

ReferenceError: "raster" is not defined.
at /scripts/rasters/color raster.js:10

When I change the first three lines from:

var raster = null;
var dot = null;
var sel = null;

to:

var raster;
var dot;
var sel;

It works.

Can someone verify this?

Re: image rasters
From:  Jürg Lehni
Date:  13. March 2007, 12:03

Jonathan, I cannot reproduce this problem. Something seems to be weird with your JS Rhino engine. Did you fully install the new verion, or only copy over the changed files, and maybe miss one?

Re: image rasters
From:  Jürg Lehni
Date:  17. March 2007, 00:39

The problem is fixed in SVN. It only happens in 2.0.021, when using scripts on tools and setting global variables to null.

Re: image rasters
From:  movie
Date:  2. April 2007, 09:20

hm ... scripts do not work in cs2. :-(

Re: image rasters
From:  udon
Date:  25. April 2009, 04:33

tutorial...please

Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19