Completed
Check WebP Processing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Create an Image Manipulation Website Using Flask and Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Setup our project
- 3 Import Flask
- 4 Installing Flask Dependencies
- 5 Build the App
- 6 Fix DevServer Port
- 7 Import Bootstrap Libraries
- 8 Create Container
- 9 Insert Form and Form Dependencies
- 10 Insert Operation Selectors
- 11 Add Button
- 12 Create Endpoint for Edit
- 13 Update Allowed Extensions
- 14 Test File Upload
- 15 Configure Image Processing
- 16 Test Image Processing
- 17 Resolve Errors
- 18 Configure the Remaining Image Processing
- 19 Check JPG Processing
- 20 Check WebP Processing
- 21 Message Flashing
- 22 Configure Secret Key in Flask
- 23 Configure a Dark NavBar
- 24 Test Another Image
- 25 Configure Alerts
- 26 Conclusion