// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "A3" m_imageFormats.kA3; displayString -replace -value "A4" m_imageFormats.kA4; displayString -replace -value "B3" m_imageFormats.kB3; displayString -replace -value "B4" m_imageFormats.kB4; displayString -replace -value "B5" m_imageFormats.kB5; displayString -replace -value "CCIR 601/Quantel NTSC" m_imageFormats.kCCIRQuantelNTSC; displayString -replace -value "CCIR PAL/Quantel PAL" m_imageFormats.kCCIRQuantelPAL; displayString -replace -value "8\"x10\"" m_imageFormats.kEightxTen; displayString -replace -value "5\"x7\"" m_imageFormats.kFivexSeven; displayString -replace -value "4\"x6\"" m_imageFormats.kFourxSix; displayString -replace -value "Full 1024" m_imageFormats.kFull1024; displayString -replace -value "Full 1280/Screen" m_imageFormats.kFull1280; displayString -replace -value "HD 1080" m_imageFormats.kHD1080; displayString -replace -value "HD 540" m_imageFormats.kHD540; displayString -replace -value "HD 720" m_imageFormats.kHD720; displayString -replace -value "Legal" m_imageFormats.kLegal; displayString -replace -value "Letter" m_imageFormats.kLetter; displayString -replace -value "NTSC 4d" m_imageFormats.kNTSC4d; displayString -replace -value "PAL 768" m_imageFormats.kPAL768; displayString -replace -value "PAL 780" m_imageFormats.kPAL780; displayString -replace -value "320x240" m_imageFormats.kRes320; displayString -replace -value "640x480" m_imageFormats.kRes640; displayString -replace -value "1k Square" m_imageFormats.kSquare1k; displayString -replace -value "2k Square" m_imageFormats.kSquare2k; displayString -replace -value "3k Square" m_imageFormats.kSquare3k; displayString -replace -value "4k Square" m_imageFormats.kSquare4k; displayString -replace -value "Tabloid" m_imageFormats.kTabloid; displayString -replace -value "Targa 486 (tga)" m_imageFormats.kTarga486; displayString -replace -value "Targa NTSC (tga)" m_imageFormats.kTargaNTSC; displayString -replace -value "Targa PAL (tga)" m_imageFormats.kTargaPAL; displayString -replace -value "2\"x3\"" m_imageFormats.kTwoxThree;