How can I make the lcr file?

There are some clr file in "TVMLCatalogUsingTVMLTemplates".

I can make lsr file by Parallax Artwork.


How can I make the clr file?

1. If clr file is converted from lsr file, let me know how to use.

2. Is "parallax Atwork" able to make clr file?


I searched "clr file", but I don't find out anything.


Best,

Answered by Technology Evangelist in 66709022

Hi teotsuka,


It's "lcr", and there are indeed ways to convert an lsr to an lcr. The primary means is using the layerutil command line utility:


layerutil is part of your Xcode installation. Please ensure you have selected the correct version of Xcode command line tools using xcode-select:

xcode-select -s /Applications/Xcode-beta.app/Contents/Developer


Then, invoke the layerutil command line utility with xcrun:

xcrun --sdk appletvos layerutil /path/to/source.psd


The above example depicts creating an lcr from a photoshop document (psd), but the utility converts lsr files in much the same way.

Accepted Answer

Hi teotsuka,


It's "lcr", and there are indeed ways to convert an lsr to an lcr. The primary means is using the layerutil command line utility:


layerutil is part of your Xcode installation. Please ensure you have selected the correct version of Xcode command line tools using xcode-select:

xcode-select -s /Applications/Xcode-beta.app/Contents/Developer


Then, invoke the layerutil command line utility with xcrun:

xcrun --sdk appletvos layerutil /path/to/source.psd


The above example depicts creating an lcr from a photoshop document (psd), but the utility converts lsr files in much the same way.

How can I make the lcr file?
 
 
Q