Skip to content

Model Improvements #23

@rpeddakama

Description

@rpeddakama

** 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.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions