RetouchPRO

Go Back   RetouchPRO > Tools > Software > Photoshop Scripting

Notices

Photoshop Scripting Learning and sharing for all platforms

Reply
 
LinkBack Thread Tools
  #1  
Old 08-02-2005, 10:02 AM
Junior Member
 
Join Date: Aug 2005
Posts: 1
Angry matteColor - do not work

I wanna save a GIF, trasparent, with matte color...
with this part of code I've got no MATTE...

tnxS!!

saveOptions = new ExportOptionsSaveForWeb();
saveOptions.format = SaveDocumentType.COMPUSERVEGIF;
saveOptions.colorReduction = ColorReductionType.SELECTIVE;
saveOptions.colors = 128;

saveOptions.matteColor = Rgbcolor.red(236);
saveOptions.lossy = 0;
saveOptions.dither = Dither.NONE;
saveOptions.optimized = true;
fileimmagine.exportDocument(saveFile, ExportType.SAVEFORWEB, saveOptions);
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Float This Post!Stumble this Post!Google Bookmark this Post!Yahoo Bookmark this Post!Live Bookmark this Post!Share this post on Facebook
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get work as a retoucher? Benny Work/Jobs 8 09-14-2006 08:39 AM
Does this tutorial work for you in PS CS2? Fazools Image Help 6 08-17-2006 09:03 PM
Seeking Manipulation/Retouching work Ryuneo Classifieds 0 02-07-2005 07:53 AM
I work for a photo lab that does retouching...but also want to do it independently... kenny44 Work/Jobs 13 07-26-2004 08:35 AM
Shipping your work Doug Nelson Work/Jobs 1 08-11-2001 07:48 PM


All times are GMT -6. The time now is 10:18 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 2008 Doug Nelson. All Rights Reserved




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51