
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Detect area of a PNG that is not transparent with HTML
To detect an area of a PNG that is not transparent:
- You need to first get the buffer
- You need to get 32-bits reference of that buffer
- Scan 0 widths to find x1 edge
- Scan width 0 to find x2 edge
- Height to find the y1 edge
- Height 0 to find the y2 edge
Advertisements