Matthias Arras
Matthias Arras
> Also look at the new `to_preferred`. Not sure how this helps with time, is there some documentation? Now I needed this again so I came up with a proposal....
What precisely is unclear? It’s says right there where to put it “change [mmg version](https://github.com/MmgTools/mmg/tree/v5.4.3) in third_party/mmg.” You clone the repo and in the third_party folder you need to put...
Yes being able to kill would be nice. Also would be nice to have an autokill feature toggle-able in the settings, that as soon as you hit compile another time,...
****Nevermind, it works with 7-zip.**** Trying to unzip version 1.28 fails for me using unzip.exe: ``` Archive: licecap128-install.exe End-of-central-directory signature not found. Either this file is not a zipfile, or...
> Hi. > > Do you have any question? > > I mean, if it is working with PIL, it's fine no? Why would you need to convert it to...
> But if you want to hack the code, you could take a look at the way fabio manage the Pilatus TIFF images. > > Here is a way to...
This was helpful. Basically, the main issue was name 'artist', I had just made something up there which apparently didn't work. But now it's great. How did you inspect that...
So how to go about it? Although it's mainly tweaking `TiffIO`, for a PR shouldn't it be rather implemented in a new `ganeshaimage.py` à la `templateimage.py`? To clarify, this format...
Actually, maybe both would be good. - put everything to expose the artist tag in `TiffIO.py` and then - the html parsing in `Ganeshaimage.py`. Only question is then how to...
@kif so to clarify, you think I should follow my suggested approach: > * put everything to expose the artist tag in `TiffIO.py` and then > * the html parsing...