This application allows users to easily convert image files into different formats. It offers a user-friendly experience with its drag-and-drop feature; you can select an image file by dragging it into the app or clicking on the tag field.It has the ability to delete Background from formats such as PNG (BETA) Cross Platform Supports
Install Git Clone and Python3
Github Package Must Be Installed On Your Device..
git
sudo apt install git -yPython3
sudo apt install python3 -y
pip
sudo apt install python3-pip
PyQt5
pip install PyQt5PyQt5-sip
pip install PyQt5 PyQt5-sipPyQt5-tools
pip install PyQt5-toolsRequired Libraries for Debian/Ubuntu
sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-toolsPillow
pip install python3-pillow
Install IMFOC
sudo git clone https://github.com/cektor/IMFOC.gitcd IMFOCpython3 imfoc.py
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
pytohn3 -m pyinstaller --onefile --windowed imfoc.pyWindows VSCode Terminal
pyinstaller --onefile --noconsole imfoc.pyMacOS VSCode Terminal
pyinstaller --onefile --noconsole imfoc.pyLinux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.
wget -O Setup_Linux64.deb https://github.com/cektor/IMFOC/releases/download/1.0.2/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -yWindows Installer CMD (PowerShell): To Install from Windows CMD with Direct Connection.
powershell -Command "Invoke-WebRequest -Uri 'https://github.com/cektor/IMFOC/releases/download/1.00/Setup_Win64.exe' -OutFile 'Setup_Win64.exe'" && start /wait Setup_Win64.exeRelease Page: https://github.com/cektor/IMFOC/releases/tag/1.0.2
This plugin allows easy format conversion of image files in Nemo File Manager.



