Conclusio

Results 13 comments of Conclusio

Thank you for the quick response! Indeed, I did not see the control to change the background color. But you're right - every post-processing step has influence on the result,...

Interesting. So, I did have a look at the beta version. I don't think that using the alpha value of the central pixel is the way to go. Example (biCplxJ...

Thank you for bringing this to my attention! First of all, I can reproduce the behavior. I looked into it and isolated one of the white lines. The definition in...

Update: I introduced the possibility to merge polygons of the same type together. Your problem should be fixed by calling: `epsclean('input.eps','output.eps','combineAreas',true);` In case you have problems with the Z-order, use:...

Thank you for your tests. It seems to be viewer application specific (some anti-aliasing behavior). The artifacts you see are exactly the lines I introduced to split up filled areas...

Thank you for the feedback. I added this procedure by adding "/f{GS ..." to the epsclean script. It can be activated by using: `epsclean(... , 'closeGaps',true);` This will draw additional...

It's being assigned in [line 140](https://github.com/Conclusio/matlab-epsclean/blob/master/epsclean.m#L140). The test cases for the parameter are also successful... Please check again that you're looking at the correct file. And if so, maybe you...

Still cannot reproduce your problem. I cloned the repository completely fresh and restarted Matlab. Created this Matlab script right next to "epsclean.m": [cleantestGaps.txt](https://github.com/Conclusio/matlab-epsclean/files/1903207/cleantestGaps.txt) (rename it to cleantestGaps.m) Ran the script...

Now I see too :) I'm sorry. I didn't take enough care when introducing the new parameters... Thanks a lot for finding this bug! I did submit a fix

Since I don't have access to Matlab 2017b I can only speculate. Matlab is redefining postscript operators in their files it would be enough if that changed, but maybe it...