ColorArt icon indicating copy to clipboard operation
ColorArt copied to clipboard

Chosen colors not consistent between iOS and Mac OS X versions

Open blabus opened this issue 11 years ago • 3 comments

I noticed that when running both this version of the project and the Mac OS X version, and selecting the exact same image file, that the chosen colors are not the same, and in many cases substantially different (entirely different hues). Any ideas why this might be? And if it would be possible to make it more closely resemble the results of the original Mac OS X version from Panic?

blabus avatar May 24 '13 07:05 blabus

Older versions should be more consistent with the original project. I know the algorithm has had many performance optimizations made to it.

I'd be happy to apply a pull request that made it more consistent with Panic's code.

fleitz avatar May 25 '13 21:05 fleitz

@fleitz That would be excellent. Yeah the performance is great, but I noticed that the original Panic version seems to be a bit more accurate with the color choices, particularly the background color.

Thanks!

blabus avatar May 25 '13 23:05 blabus

@blabus try to open "SLColorArt.m" and set NSUInteger pixelRange = 32; background will be much better

tromg avatar Jun 05 '13 00:06 tromg