Re: [Jgeneral] Compiling JPEG DLL

2017-04-16 Thread Devon McCormick
OK - read_image (->readimg_jqtide_) works under jqt, so that's good. I vaguely recall having to patch some JQt IDE code before to get things to load under jconsole in emacs, so that's probably what it is. Thanks for your help. On Sat, Apr 15, 2017 at 9:07 PM, bill lam

Re: [Jgeneral] Compiling JPEG DLL

2017-04-15 Thread bill lam
did wdreadimage? work? did you run jconsole emacs instead of jqt? please provide exact configuration where it failed. On 16 Apr, 2017 7:54 am, "Devon McCormick" wrote: I'm not in front of my machine, but basically I use "read_image" as an alias for the image reader in jqt

Re: [Jgeneral] Compiling JPEG DLL

2017-04-15 Thread Devon McCormick
I'm not in front of my machine, but basically I use "read_image" as an alias for the image reader in jqt ("wdreadimage"?) to read a local jpeg, e.g. aa=. read_image 'pic.jpg' but the shape of "aa" is 0 0. This same code works fine on numerous other machines. One other oddity, perhaps

Re: [Jgeneral] Compiling JPEG DLL

2017-04-15 Thread bill lam
Your Qt lib and jqt seemed working properly, can you give instructions to reproduce your problem? On 16 Apr, 2017 5:47 am, "Devon McCormick" wrote: > I can run the "image" demo fine and I see DLLs under bin/imageformats. > > On Thu, Apr 13, 2017 at 11:42 PM, bill lam

Re: [Jgeneral] Compiling JPEG DLL

2017-04-15 Thread Devon McCormick
I can run the "image" demo fine and I see DLLs under bin/imageformats. On Thu, Apr 13, 2017 at 11:42 PM, bill lam wrote: > life and minesweeper uses gl2 functions but > not Qimage. see help>studio>qt demos>image > > Qt needs some imageformat dll to handle image files. >

Re: [Jgeneral] Compiling JPEG DLL

2017-04-14 Thread chris burke
The distributed launchpad has only Life and Minesweeper demos. You must have added other demos, but not copied over your config to a new installation. On Thu, Apr 13, 2017 at 8:05 PM, Devon McCormick wrote: > I don't see the GL demos that have been there forever on the

Re: [Jgeneral] Compiling JPEG DLL

2017-04-13 Thread bill lam
life and minesweeper uses gl2 functions but not Qimage. see help>studio>qt demos>image Qt needs some imageformat dll to handle image files. They should be under your bin folders. Чт, 13 апр 2017, Devon McCormick написал(а): > I can run the Life and Minesweeper demos. > > On Thu, Apr 6, 2017 at

Re: [Jgeneral] Compiling JPEG DLL

2017-04-06 Thread bill lam
Please first check if jqt demo > image demo can work properly. I don't think intel or amd cpu will make a difference here, or you ever need to compile jqt/qt to tune for amd cpu. Чт, 06 апр 2017, Devon McCormick написал(а): > It looks like it comes down to this: >wdreadimg_jqtide_ >

Re: [Jgeneral] Compiling JPEG DLL

2017-04-06 Thread Devon McCormick
It looks like it comes down to this: wdreadimg_jqtide_ '"C:/Users/DevonMcC/j64-805/bin/jqt.dll" wdreadimg >+ x *c *i' On Wed, Apr 5, 2017 at 12:03 AM, bill lam wrote: > Which DLL? > > Вт, 04 апр 2017, Devon McCormick написал(а): > > Hi - the DLL J uses for reading in

Re: [Jgeneral] Compiling JPEG DLL

2017-04-04 Thread bill lam
Which DLL? Вт, 04 апр 2017, Devon McCormick написал(а): > Hi - the DLL J uses for reading in .JPG and other image files returns an > empty matrix on my newer machine that has an AMD chip. Is the source > available so I could try compiling it on this new machine? This may not be > the problem as

[Jgeneral] Compiling JPEG DLL

2017-04-04 Thread Devon McCormick
Hi - the DLL J uses for reading in .JPG and other image files returns an empty matrix on my newer machine that has an AMD chip. Is the source available so I could try compiling it on this new machine? This may not be the problem as I was under the impression that AMD was binary-compatible with