Skip to content

Commit 2f485fb

Browse files
authored
Update README.md
1 parent 400b744 commit 2f485fb

File tree

1 file changed

+17
-1
lines changed
  • ImageProcessingScripts/Collage Mosaic Generator

1 file changed

+17
-1
lines changed

ImageProcessingScripts/Collage Mosaic Generator/README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Aim:
44
The motive of this project to create a mosaic image using python script.
55

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+
69

710
## Short description of package/script
811

@@ -15,6 +18,14 @@
1518
- imghdr
1619
- Os, Random, Time
1720

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+
1829
## Setup instructions
1930

2031
Explain how to setup and run your package/script in user's system
@@ -29,8 +40,13 @@ STEP 3: Run it using below command
2940

3041
pyhton mosaic_generator.py --target-image Sample-data/MainImage.jpg --input-folder Sample-data/set1/ --grid-size 128 128
3142

43+
## Image Links:
44+
45+
- [Main Image](https://www.google.com/url?sa=i&url=https%3A%2F%2Fcommons.wikimedia.org%2Fwiki%2FFile%3ALogo-Free.jpg&psig=AOvVaw1gpqQ9HXypoJGda7UgztQD&ust=1624716638605000&source=images&cd=vfe&ved=0CAoQjRxqFwoTCPDytaj7svECFQAAAAAdAAAAABAD)
46+
- [Collage Image](https://www.kaggle.com/kvpratama/pokemon-images-dataset)
47+
3248

33-
#Sample Test Case:
49+
## Sample Test Case:
3450

3551
### Before Editing :
3652

0 commit comments

Comments
 (0)