+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Junior Member
    Join Date
    Nov 2009
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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!

  2. #12
    Junior Member
    Join Date
    Nov 2009
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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?

  3. #13
    The Script Master
    Join Date
    May 2009
    Location
    Bradford,UK
    Posts
    185
    Thanks
    0
    Thanked 26 Times in 24 Posts
    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 01:27 PM.

  4. #14
    Junior Member
    Join Date
    Nov 2009
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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!

  5. #15
    Junior Member
    Join Date
    Jan 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Any way to automate duplicating all layers to new documents?

    Hahha nice

  6. #16
    Junior Member
    Join Date
    Jan 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Any way to automate duplicating all layers to new documents?

    Forex is a market that is easily affected by many things both news and political dis put and other. So, non one will claim that forex automat will bring profit when that market is trade downside. or will predict when the market will trade upward.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.9
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO 3.6.0
Copyright 2011 Photoshop Gurus Forum. All rights reserved.
All times are GMT -5. The time now is 08:11 AM.