kmisztal / KiMage

Java Image Processing Library
6 stars 12 forks source link

Image and Color classes implementations #39

Closed tomczylok closed 8 years ago

tomczylok commented 8 years ago

26

dkrawiec commented 8 years ago

What about flyweight design pattern approach? What about builder?

tomczylok commented 8 years ago

I suggest implementing flyweight pattern in seperate task, because we need this class Image as soon as possible and I reckon that current form is sufficient.

dkrawiec commented 8 years ago

Sure. Let's do it together with builder

EDIT: Ok, I decided that stories should be small and independent. It should be covered by #40 #41