AnnMarieW / dash-pylette

A Dash app showcasing the Pylette library. Easily create project color palettes from images. Ideal for designers, artists, or developers.
https://dashpylette.pythonanywhere.com/
MIT License
11 stars 2 forks source link

Check for valid file types when uploading #5

Open AnnMarieW opened 3 months ago

AnnMarieW commented 3 months ago

For uploaded files, Need to restrict file types to images only. Also exclude .gif or any type of video.

Alfredomg7 commented 1 month ago

How about converting all images files (including gifs) to a standard format like png before processing them?