Skip to content

Releases: SerumColor/ColorizingDMD

v3.3.2

15 Jun 15:36
fbec01c
Compare
Choose a tag to compare

Feature change:

  1. With dynamic content shadows, if you (Shift)+Alt+Left click on Auto shadow "All" button:
  • if not all directions are selected, all directions are set to ON
  • if all directions are selected, all directions are set to OFF
  1. The COPY DYNA button copies the shadows direction and color
  2. The dynamic content shadows are separated for both resolutions while it was mistakenly common in the previous versions

Bug fixes: From v3.2.0 on, there was a crash that may happen while trying to create an animated GIF, it was a severe memory bug that could bring to any unexpected behavior. I'm happy it is fixed!

v2.7.9

22 Jun 10:38
fbec01c
Compare
Choose a tag to compare

Fixes a bug: AutoCopy was corrupting original frames and was not always using the correct frame as a source

v3.3.1

14 Jun 12:18
3e18210
Compare
Choose a tag to compare

Fix 2 bugs with the dynamic content shadow:

  • Undo was not working as expected after a dynamic shadow action
  • A display problem in the frame strip for shadows in the bottom

v3.3.0

14 Jun 06:49
3e18210
Compare
Choose a tag to compare

New feature (with a new change in the format):
Shadows for dynamic content: every dynamically colorized pixel (with an original color different from 0) can have a shadow in any direction. The direction and color of the shadow is chosen per dynamic set of each frame.
To apply it:

Screenshot_41

  • Select the frame(s) and the dynamic set you want to set the shadows to (red)
  • Set the current selected color, it will be the color of the shadow (cyan)
  • Alt+left click on any Auto shadow direction to set the direction and color of the shadow, you can select several ones. One click is setting it, another click is removing it. Shift+Alt+left click is setting it for all the dynamic sets of the selected frame(s). (green)
  • A picture below the dynamic set number is showing what directions are selected and what is the color of the current set shadow. (yellow)

v3.2.0

12 Jun 09:20
3e18210
Compare
Choose a tag to compare

2 new features in this release:

  • The Scale2x algorithm (https://www.scale2x.it/algorithm) has been added to the Frame, Sprite and Background window original to extra resolution conversion (not in the Image importer as this is an upscale algorithm only).

  • You can now use Dall-E to create images directly to the Image import window.
    image
    Just type in the prompt and click "Generate" and wait for the image to be generated (it may takes 30s) then decide where to save it before it displays in the Image import window.
    This is not free, you have to go on OpenAI website here https://platform.openai.com/settings/organization/billing/overview then press this button to add some credits:
    image
    The minimum amount is 5$ and an image is around 0.04$. If you have no account/credit, an error will be displayed.
    Then on this page https://platform.openai.com/api-keys "Create a new secret key" then copy this key on a file called "openai_key.txt" (no space, no return, etc... just the key) and save it in your "My Documents" directory.

v3.1.3

07 Jun 19:09
3e18210
Compare
Choose a tag to compare

Small selection function:
Ctrl+B now select all the pixels of the background mask
(Ctrl+O is the new shortcut for the previous Ctrl+B: Resetting all the pixels black in the original frame to black in the colorized frame)

v3.1.2

07 Jun 13:48
3e18210
Compare
Choose a tag to compare

Small added feature:

image

  • Holding SHIFT while clicking the "Add Background" button will add the currently selected pixels to the background mask
  • Holding SHIFT while clicking the "Remove Background" button will remove the currently selected pixels from the background mask

v3.1.1

01 Jun 08:24
3e18210
Compare
Choose a tag to compare

Fix a bug: when using the new extend selection feature, Undo wasn't working

v3.1.0

01 Jun 06:15
3e18210
Compare
Choose a tag to compare

New feature:
When pressing Ctrl while clicking an auto shadow button, the selection is extended in the direction of the button.

v3.0.19

30 May 15:46
3e18210
Compare
Choose a tag to compare

Fix 2 bugs:

  • When modifying a previous crop zone save in the Image window, the zone was modified but a new one (empty) was created.
  • In the Image window, when importing from videos at regular intervals, the interval value was reset to 20ms every time.