!
!  ----------------------------------------------------------------
!               IMAGE OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   image object.  These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Image" there.
!
!   Note that most of the settings here are commented out. In most cases,
!   we don't *really* want to specify the resource, but rather just want
!   to show how it would be specified *if we did*.  In fact, many of the
!   resource values specified are the default values, so nothing would change
!   in appearance even if you un-commented the lines.  On one hand, we are
!   trying to provide a nice app-defaults file for you to use as a
!   model when specifying resources for the Image object; on the other hand,
!   we don't *actually* want to set resources un-necessarily (it is very
!   expensive to set resources, not something you do unless it is important).
!
!  ----------------------------------------------------------------
!
!   INHERITANCE: manager -> graphics -> color -> image
!
!   CLASS-SPECIFIC RESOURCES:   imageXoffset
!                               imageYoffset
!                               imageBacking
!                               imageRoiShape
!                               imageRoiPolicy
!                               imageRoiPresentation
!                               imageRoiMultiband
!                               imageRoiMultiple
!                               imageComplexConvert
!
!   SUB-PARTS: The Image object has no sub-parts.
!

!
! Corresponding attribute: XVW_IMAGE_XOFFSET
! See manual for explanation.
! 
!*Image.imageXoffset: -1

!
! Corresponding attribute: XVW_IMAGE_YOFFSET
! See manual for explanation.
! 
!*Image.imageYoffset: -1

!
! Corresponding attribute: XVW_IMAGE_BACKING
! See manual for explanation.
!
!*Image.imageBacking: true

!
! Corresponding attribute: XVW_IMAGE_ROI_SHAPE
! See manual for explanation; values include:
!	KIMAGE_ROI_RECTANGLE  1
!	KIMAGE_ROI_POLYLINE   2
!	KIMAGE_ROI_CIRCLE     3
!	KIMAGE_ROI_ELLIPSE    4
!	KIMAGE_ROI_LINE       5
!	KIMAGE_ROI_FREEHAND   6
!	KIMAGE_ROI_CURVE      7
!
!*Image.imageRoiShape: 1

!
! Corresponding attribute: XVW_IMAGE_ROI_POLICY
! See manual for explanation; values include:
!       KIMAGE_ROI_INSIDE  1
!       KIMAGE_ROI_OUTLINE 2
!       KIMAGE_ROI_OUTSIDE 3
!
!*Image.imageRoiPolicy: 1

!
! Corresponding attribute: XVW_IMAGE_ROI_PRESENTATION
! See manual for explanation; values include:
!       KIMAGE_ROI_SIGNAL  1
!       KIMAGE_ROI_IMAGE   2
!       KIMAGE_ROI_SURFACE 3
!
!*Image.imageRoiPresentation: 2

!
! Corresponding attribute: XVW_IMAGE_ROI_MULTIBAND
! See manual for explanation.
!
!*Image.imageRoiMultiband: true

!
! Corresponding attribute: XVW_IMAGE_ROI_MULTIPLE
! See manual for explanation.
!
!*Image.imageRoiMultiple: false

!
! Corresponding attribute: XVW_IMAGE_COMPLEX_CONVERT
! See manual for explanation; values include:
!	KREAL       1
!	KIMAGINARY  2
!	KPHASE      3
!	KMAGNITUDE  4
!	KLOGMAGP1   5
!	KLOGMAG     6
!	KLOGMAGSQP1 7
!	KLOGMAGSQ   8
!	KMAGSQ      9
!
!*Image.imageComplexConvert: 5
