Mosaic + Canvas View

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ziasumo

Mosaic + Canvas View

Post by ziasumo »

I want to create mosaic + canvas view of an image but rows and cols on image are coming in parameters.

look at that picture the picture pieces on the wall would be just a single image and number of pieces (cols and rows) of the image.
but it remains single image.... wall is not part of the image. except of wall there would be white transparent are of the image.
Image
I think you got my point.
I already have a function that working nice to make canvas view of an image my canvas fucntion is working like
before image
Image
after image
Image
My function is doing little bit work for mosaic...
Like little thick as in first image but the wrapped area of each image must have some image part with it like in first picture.
If I could not explain you well. I can explain again.
anyone can help...
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Mosaic + Canvas View

Post by fmw42 »

Post Reply