IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Last modified 16 years ago

#694 closed enhancement

Type of psImageCopy's third argument is odd — at Initial Version

Reported by: rhl@… Owned by: eugene
Priority: low Milestone:
Component: IPP SDRS Version: unspecified
Severity: minor Keywords:
Cc:

Description

The third argument of psImageCopy is a psElemType, not a psType; this leads
to code such as:

psImageCopy(NULL, image, image->type->type);

It'd be cleaner to be able to use

psImageCopy(NULL, image, image->type);

Change History (0)

Note: See TracTickets for help on using tickets.