Skip to content

Program to edit images on a pixel level including methods to sort, scatter, and merge separate images.

Notifications You must be signed in to change notification settings

lmccay4/ImageManipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageManipulation

Program to edit images on a pixel level including methods to sort, scatter, and merge separate images.

Sort an image gradually by a specified number of images to output in order to create an animation such as: Gradual Sort gif

Sort each pixel in each row of the image by color: Sort pic

Scatter every pixel randomly throughout the image: Scatter pic

Sort the scattered image for a smoother histogram-esque representation of the pixels that exist in the image: Scattered and Sorted pic

Merge two images of the same size into each other by interweaving each pixel between images: Merge pic

Also a glitch art-esque sort in abstractSort() which produces images such as: Abstract Sort pic

About

Program to edit images on a pixel level including methods to sort, scatter, and merge separate images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages