ScratchData LogoScratchData
Back to gtoal's profile

Fourth of July remix

GTgtoal•Created October 4, 2014
Fourth of July remix
10
5
142 views
View on Scratch

Instructions

☆ Remix ideas - fix the left edge to a flagpole, add perspective so RHS is smaller, implement anti-aliasing to remove staircasing. ☆

Description

@TimothyLawyer wrote: ☆ Remix idea: Add stars ☆ Stars added as requested :-) Actually this version will work for any flag, it uses an image, not a pen drawing. Image was sliced using this unix code: #!/bin/bash WIDTH="$(identify -format %w $1)" HEIGHT="$(identify -format %h $1)" for i in `seq -w 0 $(($WIDTH - 1))`; do filename=$(basename "$1") extension="${filename##*.}" filename="${filename%.*}" echo convert $filename.$extension -crop 1x$HEIGHT+$i+0 +repage $filename-$i.$extension done

Project Details

Project ID28525760
CreatedOctober 4, 2014
Last ModifiedJuly 4, 2015
SharedOctober 6, 2014
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root