Standing for Compressor Head on Android, this is an Android client which generates image URLS for the Compressor Head web application. It takes the image URL, width, height and type of image (PNG, JPEG, WEBP) as arguments to generate a usable image URL.
Compressor Head is a fast web application based on Python to resize images.
For a more detailed explanation, visit the Compressor Head project.
- Fork this git repository and clone the fork to a local directory (Reference).
- Install Android Studio, an IDE for Android app development.
- Import the cloned repository into your IDE.
- Connect your Android device to your PC or set up a virtual device.
- Click Run on the Android Studio tool bar, or Shift + F10 to run the app.
- Make your intended changes on your locally cloned repository.
- Commit the changes and push the commit to your forked repository on GitHub.
- Ensure the changes on the commit pushed to your GitHub fork are right.
- Create a pull request requesting to merge the commits on your fork to this repository (Reference).
- Write a concise and convincing pull request message explaining the purpose of your commits!