DDMAL / pixel_wrapper

Rodan Pixel.js Wrapper
Other
0 stars 1 forks source link

Fix: Output port resource types. #7

Closed martha-thomae closed 6 years ago

martha-thomae commented 6 years ago

Changed from rgb+png to rgba+png, so that the output of these ports can be used as input for the layers needed in Calvo's Method (all of them are rgba+png).

martha-thomae commented 6 years ago

Hi @PotassiumK and @zeyadhazem, would any of you mind checking this pull request? Thanks!

EricHanLiu commented 6 years ago

Added another commit, changed input port types to rgba also in case user decides to add input ports manually to add layers, since otherwise no conversion from rgb to rgba is done.