• See rt-flickr-sqlite-csv issue #1, Make artofwhere tights with gray patches and pink

  • Copy and Pasted from github for future reference
  • Make gray legs
    cd /Users/roland/Documents/GIT/rt-flickr-sqlite-csv/GRAY_ONLY_75PX_BY_75PX_PATCHES
    mkdir GRAY_PATCHES_WITH_PINK_BACKGROUND 
    cd GRAY_PATCHES_WITH_PINK_BACKGROUND
    find .. -name 'gray_only_geomencircle_second_of_day_no_theme_no_caption_roland_flickr_2019_2020.pn*.jpg' \
    -print  | shuf -n 3825 > right-leg-shuffled-3825-gray-2019-20-jpgs.txt
    find .. -name 'gray_only_geomencircle_second_of_day_no_theme_no_caption_roland_flickr_2019_2020.pn*.jpg' \
    -print  | shuf -n 3825 > left-leg-shuffled-3825-gray-2019-20-jpgs.txt
    montage -verbose -adjoin -tile 45x85 +frame +shadow +label -adjoin \
    -geometry '75x75+0+0<' @right-leg-shuffled-3825-gray-2019-20-jpgs.txt \
    right-leg_artofwhere-gray-2019-20.png
    montage -verbose -adjoin -tile 45x85 +frame +shadow +label -adjoin \
    -geometry '75x75+0+0<' @left-leg-shuffled-3825-gray-2019-20-jpgs.txt \
    left-leg_artofwhere-gray-2019-20.png
    
  • Change the background colour to pink
    magick right-leg_artofwhere-gray-2019-20.png -fuzz 25% -fill pink \
    -opaque white -flatten pink-background-right-leg_artofwhere-gray-2019-20.png
    magick left-leg_artofwhere-gray-2019-20.png -fuzz 25% -fill pink \
    -opaque white -flatten pink-background-left-leg_artofwhere-gray-2019-20.png
    
  • Upload to Art of Where - DONE ! Order du9w3h, GET YOURS TODAY :-) -> https://artofwhere.com/artists/roland-tanglao/clothing/leggings/5819934

Finished Graphics:

Left Leg:

pink-background-left-leg_artofwhere-gray-2019-20

Right Leg:

pink-background-right-leg_artofwhere-gray-2019-20

Previously

Leave a comment on github