Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

xDiogow/Cats-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cats-Extension

Just a image extension made in python.

How it works?

We get all the pixels in the image, convert them to hex and save them to a file. The first line is used for the image dimension.

Why you shouldn't use this technique ?

  • Images in .cats files can be up to 150x times bigger than a png or even a jpeg file.

What's the proper way of doing this?

  • Using Binary will make the files a lot more lightweight

Note:

I've added the files that I have used to test my program. Hope it helps you to test my project.

Thanks for reading!

Inspiration

I've made this project after seeing the video of FaceDev. I recommend you to watch it if you want to create your own image extension. Click here

About

Just a image extension made in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published