Transform any image with the perceptual ambiguity of #theDress
Remember the famous dress that broke the internet? Some people saw it as blue and black, others saw white and gold. This app takes any picture you upload and gives it the same "magical" color effect. It looks at all the colors in your image, figures out how they relate to each other, then transforms them to have the same confusing properties as the original dress. Your image might look completely different to different people - just like the dress.
This application converts your image to CIELUV color space, then performs Principal Component Analysis on the color channels to find the dominant color variation axis. It aligns this axis with the dress's blue-yellow color direction using L*-v* correlation testing, projects all pixels onto this single "hue axis", then applies statistical normalization (z-score transformation) to match the dress's color distribution. Finally, it converts back to RGB with chroma-preserving gamut mapping to handle out-of-range colors.