SEAM_MARKS *seamstressNewMarks(int width, int height,int *error);
Creates a new Marks object.
- width
- The width of the image the new Marks object will be used with. This must be the same as the original image's width.
- height
- The height of the image the new Marks object will be used with. This must be the same as the original image's height.
- error
- Pointer to an integer in which an error code will be deposited, or NULL if no error code is desired.
If successful, a pointer to a new blank Marks object will be returned. If unsuccessful, zero will be returned, along with an appropriate error code if error is not NULL.
Hayden Walles
2015-09-02