You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ImageProcessingScripts/Collage Mosaic Generator/README.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
## Aim:
4
4
The motive of this project to create a mosaic image using python script.
5
5
6
+
## Purpose:
7
+
Photomosaic is a art. It can be done by some photoshops. Here the purpose it it can be done without any such photoshops app and built by pyhton script.
8
+
6
9
7
10
## Short description of package/script
8
11
@@ -15,6 +18,14 @@
15
18
- imghdr
16
19
- Os, Random, Time
17
20
21
+
## Work-Flow
22
+
1. To load the main image folder and sub-folder images for photomosaic.
23
+
2. To analyze the width, height of the images.
24
+
3. To make a list fo row and column of images
25
+
4. To get the name of image and file names from folder
26
+
5. Setting up the grid and assign the index for the image to be placed.
27
+
6. Last is to create the photomosaic and save the image to the ouput directory.
28
+
18
29
## Setup instructions
19
30
20
31
Explain how to setup and run your package/script in user's system
@@ -29,8 +40,13 @@ STEP 3: Run it using below command
0 commit comments