# ====================================================================================
#
#   ICOptions_Test.txt
#
#   Options used by IC test harness and/or app.  Imagecore client applications do not
#   need to install this options file.
#
# ====================================================================================

# ====================================================================================
#
# debug options

# this is an ordered list of the hud items to display
showDebugTextFilter "123456789FABCDE"


# ====================================================================================
#
# ios test app settings

# set this to the name of a test image to load it after the app launches
loadAssetNamed ""

# set this to the name of a test script to run it after the app launches
# this is ignored if loadAssetNamed is also set
loadScriptNamed ""

# set this to the name of a test suite, ex: "sanity/*" to run unit tests after the app launches
# this is ignored if loadAssetNamed or loadScriptNamed is also set
runUnitTestSuite ""

# maximum zoom scale for IC view. 1 would limit zooom to 1:1, 2 to 2:1 etc.
# Leave undefined to use the default behavior of the view implmentation.
#testMaxZoom 1
#testMaxZoom 4

# JPEG Encoding Quality
# Uses Photoshop's 0-12 Scale
thumbnailPhotoshopJPEGQuality 9
previewPhotoshopJPEGQuality 9
fullsizePhotoshopJPEGQuality 9

# these are the maximum sizes used to dump out previews/thumbnails
previewMaxWidth    1440
previewMaxHeight	   1024
thumbnailMaxWidth  2000
thumbnailMaxHeight 148

# The default number of times the "Load" scripting command repeats.
# The Load command supports an optional repeat=n argument, this sets
# the default used when the repeat is omitted.
defaultScriptingLoadCommandRepeats 1

# iOS only: settings used for remote logging
testLogListenerAddr ""
testLogListenerPort 0

# Root URL used when downloading test files on-demand
testFilesRootURL "http://acrtestfiles.corp.adobe.com"

# Download "core" Camera Profile files when loading images
downloadCoreCameraProfiles 0

if qiPhone
downloadCoreCameraProfiles 1
endif


# -------------------
# "progressive" image reading
# loads a smaller sized negative for rendering first, then fullsize

ic_test_progressive_read 0
ic_test_progressive_read_size 1920
# skips creating the fullsize negative
ic_test_progressive_read_nofullsize 0

# -------------------
# from ICTestScriptRunner

# have test script write output to a file (1) or stdout (0)
testScriptOutputToFile    0

# save a full-size image after loading the image in the Load test case
saveFullSizeImageOnLoad	0

# consolidate test logs generated by subscripts or create a new log for each subscript
consolidateTestLogs 0

# -------------------
# Color space to render for display
# Only supported with gpuView 0
# 0 = sRGB
# 1 = DisplayP3
# 2 = Automatic, either sRGB or DisplayP3, based on the device.

displayRenderColorSpace 2

# -------------------

displayRenderBitDepth 0

# ====================================================================================

ic_test_offline_mode 0

# ====================================================================================

