Coders Packet

Packets submitted by Amarjeet Singh Chauhan

PNG to WEBP Converter in Python

Created a project for converting PNG images to WEBP format using python and its libraries. Taking png image and resulting webp (empty) file as inputs.

VIDEO TO GIF CONVERTER USING PYTHON

This project involves the development of a Python function called convert_to_gif. It takes a list of frames from a video and converts them into a GIF file.