Skip to content

This is a C program that can compress PGM image and edit color values

Notifications You must be signed in to change notification settings

UmutGzl/Run-length-encoding-in-PGM-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Run Length Encoding in PGM image

  • This is a C program that can compress PGM image and edit color values

  • takes P2 format PGM file as an input.

  • Customizations you can do in a pgm image:

                      -Compressing image
                      -Decoding image
                      -Replace a color with another
                      -change a specefic pixels value
                      -create color histogram
    

!! you should compress the image before editing it. !!

About

This is a C program that can compress PGM image and edit color values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages