I found JPG does not support transparency, the alpha value is always 255. I am wondering only png supports transparency?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
png-32supports different levels of transparency. Each pixel can have an opacity between 0 and 255, with 0 as completely transparent.png-24supports setting one color as fully transparent. Everything else will be opaque.gifuses a color palette. You can specify that one color in the palette is fully transparent.png-8also uses a color palette but each color in the palette has its own opacity value, so it supports varying levels of transparency too.jpgdoes not support transparency.