Skip to content

psgresizer - a PySimpleGUI application that will convert between formats, resize, and BASE64 encode your images. pip install psgresizer. Then type: psgresizer on the command line. An official PySimpleGUI.com application.

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
license.txt

PySimpleGUI/psgresizer

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Python GUIs for Humans

psgresizer

A PySimpleGUI Application

Convert between formats, resize, and Base64 encode your images quickly and easily with this GUI application. Resizes and encodes to Base64 so that the result can be pasted into your PySimpleGUI program for easy distribution of your applications without the need to distribute image files.

image

Installation

Old-school Straight Pip

pip install psgresizer

If python is your command

python -m pip install psgresizer

If python3 is your command

python3 -m pip install psgresizer

Usage

Open a command window and type:

psgresizer

Create a Shortcut To This Program

If you're a Windows user, then use the psgshortcut application to make a shortcut to this program so that you can then put on your desktop or pin to your taskbar (or any other use that stops the need to type psgresizer ever again).

To get psgshortcut, like all of the other psg application projects, pip install it. (e.g. pip install psgshortcut)

To do this, follow these steps:

  1. Open a command window (I promise, it's the last time you'll need to for this program)
  2. Type - where psgresizer
  3. Copy the line that where psgresizer gave you into the first input of the shortcut maker program
  4. Run psgresizer by typing psgresizer in your command window
  5. Right click and choose "File Location"
  6. Copy the file location results, but change the extension from .py to .ico and paste into the Icon file input of the shortcut maker
  7. Click "Create Shortcut"

This will create a shortcut in the same folder as the target file. You can safely move this shortcut file to any place you want (like to your desktop). Double-click the shortcut and your program should launch.

Release Notes

1.6.0 12-July-2022

  • Fixed output filename to match the size indicated under the filename.

1.5.4 10-May-2022

  • Had to mess around with the entry point due to setuptools

1.5.0 10-May-2022

  • Moved icon to bottom of file and called set_global_icon so all windows in this application (including popups) will use this icon

1.4.0 16-Nov-2021

  • Explicitly set the settings filename. I'm still learning about these PyPI .EXE releases. Need to be explicit rather than default

1.3.1 16-Nov-2021

  • Added correct readme to PyPI Release

1.3.0 16-Nov-2021

  • Finally getting around to adding release notes
  • Added conversion feature
  • Added version number
  • Added live links to this repo and the PySimpleGUI project at the bottom of the window

License

Licensed under an LGPL3 License
Copyright 2021

This PySimpleGUI Application Was Designed and Written By

The PySimpleGUI Project

This program originated from the PySimpleGUI Demo Programs. You'll find it here: Demo_Image_Resize_and_Base64_Encode.pyw

Mike from PySimpleGUI.org

Contributing

Like the PySimpleGUI project, this project is currently licensed under an open-source license, the project itself is structured like a proprietary product. Pull Requests are not accepted.

Copyright 2021, 2022 PySimpleGUI

About

psgresizer - a PySimpleGUI application that will convert between formats, resize, and BASE64 encode your images. pip install psgresizer. Then type: psgresizer on the command line. An official PySimpleGUI.com application.

Topics

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages