pdo-smith

Results 7 comments of pdo-smith

I have the identical problem on Ubuntu Linux and python 3.11

Such a pity. I love this software. I am quite tempted to exercise my python.

@frankMilde , I have done just that and pickled the classes. It works very well. I can save and reload collage definitions at will. I have added two new methods,...

Other features I have added: 1. Click on cell photo and hold - show file name as tooltip 2. Ctrl-Click - mark a cell photo for in-situ replacement by dragging...

@frankMilde , I serialise only the classes history, history_index and opts. These contain the collage definitions, only the image file names and not the image files. My code is not...

@frankMilde , I think the bigger objection to serialising the classes is that code changes, always and inevitably. By serialising the class you are baking the class structure into the...

@frankMilde , "_Why no merge requests for the manipulation features?_" My code was a quick hack and I have been lazy! But I find them really useful. "_As they are...