LR_COPYRETURNORG top-level constant
Returns the original hImage if it satisfies the criteria for the copy—that is, correct dimensions and color depth—in which case the LR_COPYDELETEORG flag is ignored. If this flag is not specified, a new object is always created.
Implementation
@Deprecated('Use IMAGE_FLAGS.LR_COPYRETURNORG instead')
const LR_COPYRETURNORG = 0x00000004;