Jonathan5122827 / ImageProc

Image Processor application
0 stars 1 forks source link

Swirl or Liquify tool create null pixel data at the bottom of the image. #3

Open collin-lyon opened 2 years ago

collin-lyon commented 2 years ago

When you use the liquify or swirl tool on the bottom of the image, some of the new pixels have the value rgb(0,0,0,0). It seems to be grabbing pixels from out of bounds of the image, but only for the bottom of the image, not the left, right, or top.

collin-lyon commented 2 years ago

It also has this issue at the top, but seemingly it is much less noticeable. This is Kalvin's code, so I think they should probably look at this.

collin-lyon commented 2 years ago

You can also color pick 0,0,0,0 pixels from the top and bottom. I think that is related.

collin-lyon commented 2 years ago

This is a functional bug, as it related to our swirl and liquify FRs.