hinohie / ImageGenerator

Generate Image
Other
4 stars 3 forks source link

Implement enum class SamplingMode feature (ex : Default / Sampling2x2 / Sampling3x3 ..) #4

Open hinohie opened 3 years ago

hinohie commented 3 years ago

For each draw_xxx, we just select color by boolean (true / false) We hope user can select sampling mode for each pixel.

hinohie commented 3 years ago

I already implement 3x3 sampliing but, It's quality is bad. I think we need to scaling up the sampling count (OpenBS use 16 sampling and 36 sampling types)