Skip to main content
Peter A Lund
Inspiring
March 27, 2022
Question

Contact sheet II change the script ?

  • March 27, 2022
  • 1 reply
  • 299 views

Hey, 

 

does anybody know how to change the contact sheet II script? 

I wnat to default it with black BG and white caption color. 

 

Or is there another script that can be installed that offers this option? 

 

And: why is there no contact sheet in LR CC. I don´t get this? 

Only in the Classic versions there is the contact sheet section? 

 

And if non of this works: is there any other adobe app that can make a 

contacct sheet out of digital media? 

 

any advice would be appreciated

 

thanxs 

Peter Lund 

This topic has been closed for replies.

1 reply

Legend
March 27, 2022
quote

does anybody know how to change the contact sheet II script? 

I wnat to default it with black BG and white caption color. 

for white font change line 6591

 

 self.fontColor       = ZStrs.white;

 

for black bacground change try...catch block at 7615-7626

 

  try {
    app.backgroundColor =psx.COLOR_BLACK 
    doc = app.documents.add(opts.docWidth,
                            opts.docHeight,
                            opts.resolution,
                            name,
                            opts.mode,
                            DocumentFill.BACKGROUNDCOLOR,
                            1,
                            bpc);
  } catch (e) {

 

And if non of this works: is there any other adobe app that can make a 

contacct sheet out of digital media? 

Try the Output workspace in Bridge.