Marc Janssen

Results 10 comments of Marc Janssen

Hi @jcupitt, 1. just amazing 1 line of code delivers what I need! 2. thanks for the tip; will definitely try this out and report back (most likely after my...

Hi John, I’m back from holiday… The shrink is working fine, thanks again! Trying labelregions gives: ***@***.*** I’m pretty new with python and livips, so could be I am not...

Seems the image (error message) somehow got lost in the mail reply..., so adding it here ![image](https://user-images.githubusercontent.com/88855628/131867264-5ad40e2f-d797-4df5-b1f2-76a8bbc64605.png)

Maybe the reason is I 'have to' use python2? Using: vipshome = 'C:\\vips-dev-w64-web-8.11.0\\vips-dev-8.11\\bin' os.environ['PATH'] = vipshome + ';' + os.environ['PATH'] to get pyvips running... The regression team (using SQUISH) did...

Your right, just tried with 2 small jpeg images and it indeed works: R: [2021-09-02T21:30:29.781+0200] ('Comparing E:\\maja\\CompareTest\\ref\\bird1.jpg with ', 'E:\\maja\\CompareTest\\new\\bird1.jpg', ' ...') R: [2021-09-02T21:30:29.781+0200] R: [2021-09-02T21:30:29.781+0200] {u'segments': 54089} so must...

Our tiff files are up to 10Gpix (100kpix V and H). That's why I ended up with pyvips to compare them.

Hi John, was afraid you would answer something like that ;-) Also thought about using the shrunk image... will have a go and see if I can use that path....

Was just thinking about a similar approach. Won't be that simple to implement... Maybe splitting it into fixed (sized) sections so that the labelregions can be used (acceptable memory usage)...

Managed to make a 'very' complex curve ... ![nip2-test](https://github.com/libvips/pyvips/assets/88855628/7b7f9b1a-e3bf-4f63-8279-29ce2196834c) Did not yet find how to make the 'simple' ones I need...