Skip to content

Batch pixel-sorting images in Go

Notifications You must be signed in to change notification settings

georgemblack/mural

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mural

Batch pixel-sorting images in Go

Helpful Commands

Use convert to transform JPG to PNG:

ls -1 *.jpeg | xargs -n 1 bash -c 'convert "$0" "${0%.jpeg}.png"'

Use ffmpeg to convert a video to individual frames, saved as pngs:

sudo apt-get install ffmpeg
ffmpeg -i input-video.mov frame-%04d.png -hide_banner

About

Batch pixel-sorting images in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published