Closed shivamchaubey closed 2 years ago
It would be awkward to mix python and C like that. I would reimplement the display part in pygtk or similar, or reimplement your mosaicing in C or C++.
Have a look at vipsdisp-tiny -- it shows how to use gtk to display the output of a libvips pipeline. It's only a few hundred lines of C and easy to read.
Hello @jcupitt, I am using pyvips for my project and it's helping me lot in mosaicing image. Thanks for such a wonderful tool. :) Now I want to display my final image using vipsdisp. I am figuring out how i can use this with my pyvips code. I haven't found any documentation to integrate it with pyvips, can you suggest how to integrate this.
This code is just for reference:
To run this set :
mypath
row
column
x_overlap
y_overlap
I want to dispaly
column_stitch
, final mosaiced image using vipsdisp.