using:
It's still broken:
![[Image: grafik.png]](https://i.ibb.co/mCRRZ4qc/grafik.png)
same with:
![[Image: grafik.png]](https://i.ibb.co/8453zDyq/grafik.png)
so it's not just fault of the dilation.
using:
![[Image: grafik.png]](https://i.ibb.co/9m3zZPps/grafik.png)
Converting the PNG to jpg (4:2:0):
![[Image: grafik.png]](https://i.ibb.co/C3cSN8fR/grafik.png)
Converting the PNG to jpg (4:4:4 max quality):
![[Image: grafik.png]](https://i.ibb.co/MDFmQcZJ/grafik.png)
so doesn't seem to be a jpg vs png problem.
Cu Selur
Ps.: going to bed now, but I can do more testing, tomorrow
clip = ProPainter(clip, img_mask_path="C:/Users/Selur/Desktop/mask.png", length=12, mask_dilation=0, mask_region=(1080,256,0,1300))![[Image: grafik.png]](https://i.ibb.co/mCRRZ4qc/grafik.png)
same with:
clip = ProPainter(clip, img_mask_path="C:/Users/Selur/Desktop/mask.png", length=12, mask_dilation=0, neighbor_length=4, mask_region=(1080,256,0,1300))![[Image: grafik.png]](https://i.ibb.co/8453zDyq/grafik.png)
so it's not just fault of the dilation.
using:
clip = ProPainter(clip, img_mask_path="C:/Users/Selur/Desktop/mask.png", length=12, mask_dilation=0, neighbor_length=4)![[Image: grafik.png]](https://i.ibb.co/9m3zZPps/grafik.png)
Converting the PNG to jpg (4:2:0):
clip = ProPainter(clip, img_mask_path="C:/Users/Selur/Desktop/mask.jpg", length=12, mask_dilation=0, neighbor_length=4, mask_region=(1080,256,0,1300))![[Image: grafik.png]](https://i.ibb.co/C3cSN8fR/grafik.png)
Converting the PNG to jpg (4:4:4 max quality):
clip = ProPainter(clip, img_mask_path="C:/Users/Selur/Desktop/mask.jpg", length=12, mask_dilation=0, neighbor_length=4, mask_region=(1080,256,0,1300))![[Image: grafik.png]](https://i.ibb.co/MDFmQcZJ/grafik.png)
so doesn't seem to be a jpg vs png problem.
Cu Selur
Ps.: going to bed now, but I can do more testing, tomorrow
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

