PEF banner

PEF

4 devlogs
3h 26m 10s

A custom image extension that I’m currently prototyping with python. It is meant to be a small form factor image editor that reduces image size to a fixed format to save space and improve efficiency

Baralekogyan

Devlog #4
The app is officially out!!!
You can check it at https://github.com/Onkokain/PEF/releases/tag/v1
The logo is currently a bit buggy but I’ll fix it in the next dev log
Since the basic concept is over I’m planning to add compression algorithms to make it more optimal to use as a daily driver

Change Logs:
Added a logo (kinda)
Released a working application
some UI changes

Bugs:
logo is currently buggy
no option to add/open multiple files at once

Attachment
0
Baralekogyan

Devlog #3
(I think i added this yesterday but forgot to post it but whatever)
I used pyinstaller to make the application into an exe that can be downloaded and viewed by anyone!!
I still have to add the option to convert png to jpg but that’s coming soon

Change Logs:
Added a .exe file that can be downloaded

(ps im gonna work on the UI soon as I’m planning on shifting to pyqt from tkinter <3 )

Attachment
0
Baralekogyan

Devlog #2
Since the test worked, I implemented a simple app viewer with tkinter. Now i can view my custom .pef files!!

Change Logs:
Commented out the initial test and added code that converts a .png file into a .pef file
Added UI with tkinter

Attachment
0
Baralekogyan

Devlog #1
I’m currently working on making my own image format .pef [Acro for Picture Efficient Format]. It is a image format built around storage efficiency rather than picture quality; the images of any format (planning to do png 1st) are conveted to .pef

Updates:
Created a git repo
Wrote a simple decoder/encoder script
Wrote a simple test file (it works yayy)

Bug Fixes:
N/A

Attachment
0