1.0.7 Update


Pixel Composer v1.0.7

General

  • Update savefile version to 1070. (open older save will show a warning, but the file will work normally.)
  • Ability to set vector unit (pixel, fraction) in some nodes.
    • Fractional value does not work with image array of different size and will only use the first image in the array.
  • Ability to link vector value together.

Nodes

  • New HSV extract node.
  • New stack node.
  • New flip node. (Can’t believe I forgot this).
  • New simple blur node.
    • Use simpler kernel than gaussian blur in a single pass.
    • Support blur mask.
    • Support fractional blur size.
    • Better at dealing with alpha channel than gaussian blur.
    • Slower than gaussian blur (especially with large blur).
  • New RGB, HSV combine node.
  • Texture oversampling mode (Empty, repeat, clamp) for radial blur, dilate, displacement, twirl, skew nodes.
  • [Transform] Preview gizmo now show movement path.
  • [Array, Array add] Junction type is now reflect by the input type.
  • [RGB channel] Now also extract alpha channel.
  • [Level] Level adjustment per channel.
  • [Perlin noise] Add seed property.

Bug

  • Fix duplicated node not render.
  • Fix crash when resize the window in some project.
  • Fix crash when loading image sequence node.
  • [Panel] Fix panel content not resize properly after exiting fullscreen mode.
  • [Feedback loop] Fix feedback skip on the first frame.
  • [2D light node] Fix light not blend correctly.
  • [Glow node] Fix effect not render.
  • [Transform] Fix preview scale gizmo not move accordingly to anchor point and rotation.

Files

Pixels Composer 1.0.7.zip 44 MB
Dec 27, 2022

Get Pixel Composer

Buy Now$10.00 USD or more

Comments

Log in with itch.io to leave a comment.

Consider adding boolean option for Stack node for negative spacing values to define if sprites should overlay rather than erasing each other. It would help creating repetitive patterns.

Also at some point it would be cool to add support for custom nodes/scripts in lua or something.

Great program btw 🙃

Thank you for your suggestion. I’ll consider padding for stack node in the next update.

Custom scripting is definitely on the planned feature list, but it might take a while.