Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
The Director Podcast
De-Xplode that text position relative
Round floating point numbers off to nearest ten
Enable/Disable FullScreen of DirectMedia Sprite
Outline Text
bubbleSortForStrings AND bubbleSortForStringLists
ToolTip Xtra
Generic behavior to detect if the key has been pressed
Irregular MIAW
ini-script
MediaMacros Xtras Mall
 

 

 

Behavior Posterize Effect - Imaging Lingo

Added on 8/23/2005

 

Compatibilities:
D8 D8_5 D9 Mac Parent PC Shockwave

This item has not yet been rated

Author: Chunick (website)

This image effect can create some cool postering type effects on an image similar to what you'd see with Photoshop's posterize effect, but with much more options.

-- Posterize Image Effect
-- ©2005 by Josh Chunick (josh@chunick.com)
-- This code is free to use in commercial applications
-- or however you want. If you use this code you
-- must keep the comments, including this message,
-- intact. Feel free to add any changes or make
-- improvements.

-- imageRef is an image object
-- bitDepth can be 1,2,4,8,16, 32
-- thePalette can be: #systemwin, #systemmac,
-- #rainbow, #web216, #metallic, #pastels, #vivid, #ntsc
-- theDither can be: true, false, 1215, 1969

on posterize (imageRef, bitDepth, thePalette, theDither)
  posterizedImage = image (imageRef.width, imageRef.height, bitDepth, thePalette)
  posterizedImage.copyPixels (imageRef, imageRef.rect, imageRef.rect, [#dither: theDither])
  return posterizedImage
end  

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail