Jump to content

jdevp11

Newbies
  • Posts

    2
  • Joined

  • Last visited

About jdevp11

  • Birthday 01/01/1970

jdevp11's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thanks Rick. I understand that each new layer added is transparent so that layers below can be seen through. However, when you create a layer by duplicating a background with 255 opacity but non-normal blending, I do not understand how the layers below can be seen through unless the blending occurs when the layers are being rendered. In that is case, layers are no seen through. But since the blending occurs for each layer during rendering , the top layer reflects the layers below. If that is case, how can you manage to get the pretty good performance since if you have 10 layers, each layer needs to be blended with the layer below while it is being rendered? Is this how it works? For ( each layer in layer list) { Render layer using blend op with layer below }
  2. I’m very curious how the layers blending engine works in Paint.NET. If I have 10 layers that all use non-normal blend operators and if I change one bottom layer with a different blending operator, all the layers above need to be recalculated and rendered again. Is it how it works ? How can layers see through each other if they are blended using non-normal blending operators but with 100% opacity ? Should two non-transparent layers are blended, the result becomes a non-transparent layer ? Jay
×
×
  • Create New...