Feature #1306
Feature #1322: CODING
Feature #1311: Implement Core Functionality For Coding Team
Learn Image Display and Loading (JPG, PNG) For Coding Team
100%
Description
The Code team is tasked with implementing the functionality to display and load images in both JPG and PNG formats. Tasks include:
Image Display:
Use appropriate libraries (e.g., HTML <img> tag, Python PIL/Pillow for Python, or JavaScript image elements) to display images on the front-end.
Ensure images are responsive and properly scaled for different screen sizes.
Image Loading:
Implement the functionality to load images dynamically, allowing users to upload JPG and PNG files.
For web applications, use HTML file input (<input type="file">) and JavaScript to handle image loading.
For Python applications, use libraries like PIL or OpenCV to load and process images.
Error Handling:
Add checks to ensure that only JPG and PNG files are accepted. Provide error messages for unsupported formats.
Updated by Htar Aung THET 6 months ago
- Subject changed from Implement Image Display and Loading (JPG, PNG) For Coding Team to Learn Image Display and Loading (JPG, PNG) For Coding Team