Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 341 Bytes

File metadata and controls

5 lines (5 loc) · 341 Bytes
  1. Place png images that you want to apply an effect/filter to in the "SourceFiles" folder
  2. Apply filters to images by calling filter functions on specific images in Main
  3. Call the write function on each image to finalize the resulting effects
  4. Run Main to apply the filters
  5. Find the filtered images within the "ResultFiles" folder