AndroidPub

The (retired) Pub(lication) for Android & Tech, focused on Development

Follow publication

Member-only story

Convert Your PNG & JPEG into WebP Images Android

Danish
3 min readJul 3, 2018

We often used png & jpeg in our Android projects & sometimes it increases our app size as well.

I heard about webP images and I started exploring what is all about webP images and how we can use it, After learned about it, I thought why not I share with everyone, so let’s gets started…..

WebP:

WebP is basically an image file format that provides a lossy compression like JPEG, It also provides transparency like PNG.

WebP images supported Android 4.0 (API level 14) and higher.

Best thing About WebP:

The best thing about webP images it’s reduces the image size without reducing the image quality.

How to use It?

Step1: Right click on your image or folder, you will see the option convert to webP like below screenshot.

Android Studio

Step2: Just click on it & then you will see the dialog like below screenshot:

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

AndroidPub
AndroidPub

Published in AndroidPub

The (retired) Pub(lication) for Android & Tech, focused on Development

Responses (3)

Write a response