Photoshop Gurus

Go Back   Photoshop Gurus - Tutorials, Resources and Latest on Photoshop Forum > Photoshop Resources > Automated Actions and Vector Shapes


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 11-20-2009, 09:27 PM
Junior Member
 
Join Date: Nov 2009
Posts: 13
Quote:
Originally Posted by Paul MR View Post
Sorry I even confused myself the new two lines of code should be placed just before..
var fileNameBody = fileNamePrefix; (Line 792)
haha no problem. Thanks I'll give it a go. I'll probably be reporting back here with more questions on Monday. Thank you for all of your help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-23-2009, 01:14 PM
Junior Member
 
Join Date: Nov 2009
Posts: 13
OK I took out the grayscale, and left only the Bitmap. I want the bitmap to incorporate the Bitmap setting of 1200dpi output resolution, and Method = 50% Threshold. Any advice?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 11-23-2009, 06:22 PM
Member
 
Join Date: May 2009
Location: Bradford,UK
Posts: 44
Replace those last two lines of code with this, please don't take out the grayscale bit as if the document isn't grayscale you can't go straight to Bitmap.

Code:
if(duppedDocumentTmp.mode != DocumentMode.GRAYSCALE){
	duppedDocumentTmp.changeMode(ChangeMode.GRAYSCALE);
}
var bitmapOptions = new BitmapConversionOptions;
bitmapOptions.resolution=1200;
bitmapOptions.method=BitmapConversionType.HALFTHRESHOLD;
duppedDocumentTmp.changeMode(ChangeMode.BITMAP,bitmapOptions);

Last edited by Paul MR; 11-23-2009 at 06:27 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 11-23-2009, 08:29 PM
Junior Member
 
Join Date: Nov 2009
Posts: 13
This now gives me exactly what I was looking for. All thanks to you. I think I'll learn a bit from this as well. Thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 04:05 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0