What I have tried to learn Pixelorama - jamad/Pixelorama GitHub Wiki

reopening file

  • drag-drop the .pxo file was the easiest to continue the work
    • image

layout change

  • showed all panels

    • image
  • tested mirror mode

    • image image
  • then I could get the red and blue colors are associated to the icon around pointer

    • image
  • also learned the rect represents the size of the Eraser etc

    • image by image

for my use, pixel perfect should be always on

  • image

.png is saved by export as ...

  • image

rotate animation

  • clone several frames image
  • then effect > transformation > rotation image
  • apply rotaion for all frames image
  • then the animation is made image
  • then export as ... to save the sequential png files image
  • image

ymd20250310 tested 3D layer ( ref : https://youtu.be/V2VMZWrcCjs?list=PLnql7HGBVNywwxyjMR9TkLauwOJkSYCdX&t=111)

Some notes >> already done

  • it doesn't make any sense to show float for the zoomed pixel. Maybe I need to modify the strangeness. The grid did not behave pixel perfect
    • image image
  • actually, float is not necessary for pixel, I try to have it as integer
    • image