Skip to content

Releases: Investigamer/Proxyshop

Proxyshop v1.0.4

16 Mar 16:50
Compare
Choose a tag to compare

Changelog

  • DRAMATICALLY improved rendering time, new PNG compression type. For this reason alone I HIGHLY recommend updating to this version as soon as is humanly possible. I also recommend using Photoshop 2018 or newer for best performance
  • Fixed a crash that could occur with certain land types
  • More general code improvements

About the GUI Launcher

  1. The launcher loads your settings and will maintain any setting you change in the config.ini
  2. Tabs display all available templates for various card types, if a card type doesn't have a tab (for example Leveler), it means only one template exists. Move through the tabs and choose from the list what template the app should use if it encounters a card of that type.
  3. As usual, drop your images in the art folder. Launch the app, choose your settings, choose your templates, then render all or render target.

Want to make a plugin?

I've added the first page of documentation on how to create a plugin for Proxyshop.
Check it out here: [Source]

TO DO:

  • Add more settings to Launcher, including image output filetype, manual expansion symbol, etc.
  • Create a branch with various template plugins
  • Additional plugin documentation

Proxyshop v1.0.3

15 Mar 11:05
Compare
Choose a tag to compare

Changelog

  • Removed snow as a card type, now snow cards can be rendered in any normal template
  • Added a fonts folder, updated the README to include missing fonts
  • Implemented more code documentation
  • Fixed companion cards failing to process
  • General code and stability improvements
  • Marginally improved execution time

About the GUI Launcher

  1. The launcher loads your settings and will maintain any setting you change in the config.ini
  2. Tabs display all available templates for various card types, if a card type doesn't have a tab (for example Leveler), it means only one template exists. Move through the tabs and choose from the list what template the app should use if it encounters a card of that type.
  3. As usual, drop your images in the art folder. Launch the app, choose your settings, choose your templates, then render all or render target.

Want to make a plugin?

I've added the first page of documentation on how to create a plugin for Proxyshop.
Check it out here: [Source]

TO DO:

  • Add more settings to Launcher, including image output filetype, manual expansion symbol, etc.
  • Create a branch with various template plugins
  • Improve execution time, fix more bugs
  • Additional plugin documentation

Proxyshop v1.0.2

13 Mar 22:38
Compare
Choose a tag to compare

HOTFIX:

  • Forced utf-8 encoding for reading and writing config
  • Changed how photoshop api is loaded
  • Removed unnecessary PIL dependency
  • Added some useful error messages
  • Updated README

About the GUI Launcher:

  • The launcher loads your settings and will maintain any setting you change in the config.ini
  • Tabs display all available templates for various card types, if a card type doesn't have a tab (for example Leveler), it means only one template exists. Move through the tabs and choose from the list what template the app should use if it encounters a card of that type.
  • As usual, drop your images in the art folder. Launch the app, choose your settings, choose your templates, then render all or render target.

TO DO:

  1. Add more settings to Launcher, including image output filetype, manual expansion symbol, etc.
  2. Create a branch with various template plugins and a guide to develop plugins
  3. Improve execution time and fix bugs (please report any issues you find)

Proxyshop v1.0.1

13 Mar 03:31
Compare
Choose a tag to compare

HOTFIX, fixed undercase boolean bug.

About the GUI Launcher:

  1. The launcher loads your settings and will maintain any setting you change in the config.ini
  2. Tabs display all available templates for various card types, if a card type doesn't have a tab (for example Leveler), it means only one template exists. Move through the tabs and choose from the list what template the app should use if it encounters a card of that type.
  3. As usual, drop your images in the art folder. Launch the app, choose your settings, choose your templates, then render all or render target.

TO DO:

  • Add more settings to Launcher, including image output filetype, manual expansion symbol, etc.
  • Create a branch with various template plugins and a guide to develop plugins
  • Improve execution time

Proxyshop v1.0.0

12 Mar 18:39
Compare
Choose a tag to compare

Proxyshop Initial Release, featuring:

  • Autoproxy rebuilt in Python, please check the Readme for Setup and advanced use
  • GUI Launcher included, launch with Proxyshop.py
  1. The launcher loads your settings and will maintain any setting you change in the config.ini
  2. Tabs display all available templates for various card types, if a card type doesn't have a tab (for example Leveler), it means only one template exists. Move through the tabs and choose from the list what template the app should use if it encounters a card of that type.
  3. As usual, drop your images in the art folder. Launch the app, choose your settings, choose your templates, then render all or render target.

TO DO:

  • Add more settings to Launcher, including image output filetype, manual expansion symbol, etc.
  • Create a branch with various template plugins and a guide to develop plugins
  • Improve execution time