-
Notifications
You must be signed in to change notification settings - Fork 2
Description
** The model throughout needs to be reworked from prototype, to something that is MORE Java like. Modeling is THE KEY element to learning Java. Please design and model the prototype to be more fully developed.
an list_of_image(s)_info object (lii) has-a list of images
an image_info object (ii) has-an image file, has-a list of image_property objects (contains original info, original info with watermark, grey, grey with watermark, etc)
an image_property object (iprop) has-a description, has-a base64 rendering file, has-a list of RGB attributes
an image_property_rgb (iprgb) object has-a has a list of RGB attributes in decimal, hexadecimal, and binary
RGB attributes is-an array of 3 or 4 attributes, Hexadecimal is-a list and Binary is-an array of 3 or 4 attributes as well.