%*
is much better.
Bill: I have not put in the effort to see if I could do my usual thing with
these other packages like "platimg" : the main 2 things I'd worry about
when changing image-processing libs like this would be the robustness of
the underlying API support and the format of image-delivery; in jqt.dll, I
get 2D mats of signed integers but I can pass back |2D  mats w/o problems
(suspect the sign bit may be the alpha channel).
If, by "decommissioning jconsole qt support", you mean breaking out the
base image-processing code nicely, that would be great!  Maybe I should
look at the various alternatives to what I already use and write a review?



On Wed, Dec 19, 2018 at 6:50 PM bill lam <[email protected]> wrote:

> I was considering decommissioning jconsole qt support in j807 because most
> of facilities provided were already available as other addon. For
> reading/writing image files, addons bmp, png, jpeg and platimg can be used.
>
> Most probably, jconsole qt support will be removed in the next beta
> release.
>
>
> On Thu, Dec 20, 2018, 1:51 AM Devon McCormick <[email protected] wrote:
>
> > Hi -
> > I have recently - again - fixed the issue I have with running
> > image-processing routines - basically just read and write an image file -
> > under a command-line jconsole.  This has been an issue for me because of
> > the built-in assumption that anything image-related is tied to Qt.
> >
> > As part of my fix, I added this line to "jconsole.cmd":
> > @set QT_PLUGIN_PATH=%~dp0bin
> > and changed the final line to this:
> > @bin\jconsole.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
> > in order to pass any command-line arguments to the console.  See
> >
> >
> https://code.jsoftware.com/wiki/User:Devon_McCormick#Solving_Problem_Reading_Images_in_JConsole
> > for more information about this fix.
> >
> > Is it possible to add these changes into the distributed version of J so
> I
> > don't have to make them every time I upgrade it?  I don't think they
> would
> > affect many people - if any - and they add some functionality.
> >
> > Thanks,
> >
> > Devon
> > --
> >
> > Devon McCormick, CFA
> >
> > Quantitative Consultant
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm



-- 

Devon McCormick, CFA

Quantitative Consultant
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to