• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Convert Image Into a Tile Mosaic

New Here ,
Jan 16, 2020 Jan 16, 2020

Copy link to clipboard

Copied

I would like to take an RGB image and convert it to a mosaic pattern on a square grid, with each grid a monochrome color. I've tried a couple of different approaches but I'l lost. Any help would be appreciated.

 

Ideally what I'd like to do is Slice the image into grids. Average Blur each individual grid. Posturize the entire image to a set number of colors (3). Combine all of the slices back into one image. Then make each of the three colors a spot color so that I can replace/adjust as necesarry.

 

I can slice the image with no problem but I don't know how to Average Blur an individual slice. In the end, once I get the fundamentals, I'm sure it will require some scripting because I may have as many as 400 slices on the image.   

TOPICS
Actions and scripting

Views

1.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Jan 16, 2020 Jan 16, 2020

Copy link to clipboard

Copied

LATEST

Reduce the image to where the pixel count is the number of tiles you want across the image. Then enlarge the image to what you want as a finished product, used nearest neighbor as the algorithm. Then you can reduce the image to 3 colors.

tiled image.jpg

tiled image 2.jpg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines