Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.29 KB

File metadata and controls

24 lines (14 loc) · 1.29 KB

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