Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dogacancolak authored Sep 21, 2020
1 parent f20f7e5 commit 6f1f591
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ A lossy image compression algorithm that utilizes bit packing.
### Installation
* Unfortunately, it is not possible to run the project on your machine, since the required libraries are hosted in Tufts servers.

### Usage
* To compress an image, run the executable with appropriate png or pnm image using:
```
40image -c [filename]
```
* To decompress a compressed image, run the executable
```
40image -d [filename]
```
### Explanation of Files
* __40image.c__ is the main() in which the program is ran.

Expand All @@ -37,8 +28,4 @@ versa.
manipulate the bits in a word.

### Algorithm
It is a very lengthy algorithm, I recommend to check the [project spec](https://www.cs.tufts.edu/comp/40-2011f/homework/arith.html).

### Contributing
* Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
* Please make sure to update tests as appropriate.
It is a very lengthy algorithm, we recommend to check the [project spec](https://www.cs.tufts.edu/comp/40-2011f/homework/arith.html).

0 comments on commit 6f1f591

Please sign in to comment.