WLJS LogoWLJS Notebook

ImageRestyle

ImageRestyle[image, sample] attempts to restyle image so as to follow the graphical style of sample.

  • ImageRestyle[image, w -> sample] uses restyle weighting w.
  • ImageRestyle[image, {sample1, ...}] attempts to restyle image using a blend of the graphical styles of the samplei.
  • ImageRestyle[image, {w1 -> sample1, ...}] uses weightings wi for the samplei.

Examples

ImageRestyle[ExampleData[{"TestImage", "Lena"}], ExampleData[{"TestImage", "Mandrill"}]]
ImageRestyle[img, 0.5 -> styleImage]

Please visit the official Wolfram Language Reference for more details.

On this page