Version 7 comments
Posted: 2013-09-18T13:28:22-07:00
I am still developing my Windows program that exposes most of the functionality of IM 7 (and some other libraries two, VTK and open CV). I hope to release a test version when the IM beta is available. I have managed to static link my program, to avoid having to distribute dozens of .dll files.
IM 7 compiles easily with the free Microsoft Visual C++ for windows Desktop 2012, I have it running at 64 bits high dynamic range, Microsoft even lets you use the Open MP library in this version of the compiler. You just can not compile programs that need MFC.
My first problem with IM 7 is a minor annoyance. Using the 'Draw' function the 'stroke-opacity' is set to zero by default, so to draw say a white line you need to do something like "stroke white stroke-opacity 1 line 0,0 50,50" when I would have thought it more natural to do "stroke white line 0,0 50,50".
My second problem is a bit more tricky to pin down. There seems to be an issue when resizing a small image when there are more than 4 channels which also shows up in the clear areas of a copy where a mask was in an original image. It shows up as not quite random patterns of dots and lines.
I am sorry for bothering you if you know about these things.
BTW the various speed ups you have done so far are appreciated I can zoom in and out and move around on two images simultaneously and smoothly. I just get a bit of jitter when freehand drawing with a big brush with feathered edges etc. but I am asking the pc to do a lot with that one.
Alan
IM 7 compiles easily with the free Microsoft Visual C++ for windows Desktop 2012, I have it running at 64 bits high dynamic range, Microsoft even lets you use the Open MP library in this version of the compiler. You just can not compile programs that need MFC.
My first problem with IM 7 is a minor annoyance. Using the 'Draw' function the 'stroke-opacity' is set to zero by default, so to draw say a white line you need to do something like "stroke white stroke-opacity 1 line 0,0 50,50" when I would have thought it more natural to do "stroke white line 0,0 50,50".
My second problem is a bit more tricky to pin down. There seems to be an issue when resizing a small image when there are more than 4 channels which also shows up in the clear areas of a copy where a mask was in an original image. It shows up as not quite random patterns of dots and lines.
I am sorry for bothering you if you know about these things.
BTW the various speed ups you have done so far are appreciated I can zoom in and out and move around on two images simultaneously and smoothly. I just get a bit of jitter when freehand drawing with a big brush with feathered edges etc. but I am asking the pc to do a lot with that one.
Alan