tokee / nrtmosaic

Fast mosaic creation from pre-processed source images
Apache License 2.0
3 stars 0 forks source link

Use average image color as padding color #10

Closed tokee closed 8 years ago

tokee commented 8 years ago

Suggested by @kaarefc as a way to avoid the grey-mesh-look, which is caused by the dominant grey being the overall default grey padding color. It seems that the downside will be a more messy look, but time will tell which one is best.

tokee commented 8 years ago

The code for generating Pyramids will have to be changed to calculate the average color of the input image first, then pad with the calculated color, which will then again be part of the Pyramid-tiles. Seems a bit chicken-and-egg-ish.

tokee commented 8 years ago

Solved & closed by the merge of the background branch.