Skip to content

Commit

Permalink
hhMerge branch 'master' into new-feature/background-remover
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 12, 2024
2 parents 2f1edbf + f5205af commit e9994a0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 128 deletions.
15 changes: 13 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Image & Video Tools: Unleash the Power of Media

📸 Welcome to the Image & Video Tools application. This application provides a **lightweight** but **comprehensive** suite of tools for manipulating images and videos directly in your browser. Below you will find detailed instructions on how to use each tool and information on the available features.
📸 Welcome to the Image & Video Tools application. This application provides a **lightweight** and **comprehensive** suite of tools for manipulating images and videos directly in your browser. Below you will find detailed instructions on how to use each tool and information on the available features.

This application is current live [here](https://hoangsonww.github.io/Image-Video-Tools/). Let's our tools cook your images & videos! 📸
This application is current live [here](https://hoangsonww.github.io/Image-Video-Tools/). Let our tools transform your images & videos! 📸

## Table of Contents

Expand All @@ -15,6 +15,7 @@
- [Image Filters](#image-filters)
- [Image Converter](#image-converter)
- [Image Watermarker](#image-watermarker)
- [Image Background Remover](#image-background-remover)
- [Thumbnail Generator](#thumbnail-generator)
- [Sound Remover](#sound-remover)
- [Dark Mode](#dark-mode)
Expand Down Expand Up @@ -55,6 +56,10 @@ Rotate images in 90-degree increments. The current rotation angle is displayed,

Apply various filters to images such as grayscale, sepia, invert, brightness, contrast, blur, saturate, and hue-rotate.

### Image Background Remover

Remove the background from images using a pre-trained machine learning model. The user can download the image with the background removed.

### Image Converter

Convert images between different formats such as PNG, JPEG, BMP, GIF, WEBP, and TIFF.
Expand Down Expand Up @@ -142,6 +147,12 @@ To install and run this application locally, follow these steps:
4. Click "Add Watermark" to apply the watermark.
5. View the live preview and click "Download Watermarked Image" to download the watermarked image.

#### Image Background Remover

1. Choose an image by clicking the "Choose an image to remove background" input.
2. Click "Remove Background" to process the image. It may take some time depending on the image size.
3. Click "Download Image" to download the image with the background removed.

#### Thumbnail Generator

1. Choose a video by clicking the "Choose a video" input.
Expand Down
21 changes: 0 additions & 21 deletions assets/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions assets/icons/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions src/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions src/css/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions src/html/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions src/js/LICENSE

This file was deleted.

0 comments on commit e9994a0

Please sign in to comment.