-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e99ddc9
commit 59e271e
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# IVCompressor | ||
# IVCompressor | ||
It is the only java library which is customly built to include both image and video compression algorithms to ease the conversion of Image and Video files in java. | ||
|
||
# Features: | ||
Resize Images from higher resolution to smaller resolution. | ||
Convert Images from one extension/format to another. | ||
Convert Video Files to different format. | ||
Resize video files to smaller size by reducing the resolution. | ||
Custom resolution. | ||
Uses java based classes for Image compression to smaller resolution. | ||
Uses FFMPEG for Video compression and conversion |