8000 GitHub - Filippos-Filippidis/process_images: Tool for creating composite images out of sets of design screenshots
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Filippos-Filippidis/process_images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process_images

Script for generating multi-image composites from design screenshots output during optimization.

Available parameters are:

  • mode - (transparency, multiply*, darken*) overlay mode for images
  • blend - (float) blend factor for multiply and darken blending modes, where 1.0 is most blended (darkest image) and 0.0 is least blended (no effect)
  • gen_size - (int) number of designs per generation (number of designs to merge into single image)
  • gen_stride - (int) number of generations to skip
  • des_stride - (int) number of designs to skip
  • make_index - (True/False) make a single grid layout with all composite images
  • aspect - (float) target (w/h) aspect ratio for index image

*for best results with the multiply and darken blending modes, images should have a white background

Dependencies:

If you don't want to run directly through Python or install the dependencies, a built .exe version can be downloaded here. You can also download a sample dataset here.

bridge

About

Tool for creating composite images out of sets of design screenshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • Batchfile 4.3%
0