To illustrate my issue with the missing image-processing routines, first
look at my existing J 8.04 running in jconsole:

   load '~addons/ide/qt/qt.ijs'
   readimg_jqtide_
3 : 0
if. m=. wdreadimg (utf8 ,y);wh=. 2$2-2 do.
  d=. _2 ic memr m,0,(*/wh,4),2
  wdreadimg 2#<<0
  (|.wh)$ fliprgb^:(-.RGBSEQ) d
else.
  0 0$2-2
end.
)
   $dir '*.jpg'
195 5
   3{.0{"1 dir '*.jpg'
+------------------+--------------------+----------------+
|10HumanFigures.jpg|10pctHaveDisease.jpg|5-point ring.jpg|
+------------------+--------------------+----------------+
   fsize '10HumanFigures.jpg'
116279
   img=. readimg_jqtide_ '10HumanFigures.jpg'
   $img
157 522

Compare this with J 8.06:

   JVERSION
Engine: j806/j64avx/windows
Beta-6: commercial/2017-09-26T14:05:48
Library: 8.06.07
Platform: Win 64
Installer: J806 install
InstallPath: e:/users/devonmcc/j64-806
Contact: www.jsoftware.com
   load '~addons/ide/qt/qt.ijs'
   readimg_jqtide_
|value error: readimg_jqtide_

Also affected is "viewmat":

   load 'viewmat'
   viewmat i. 10 10
|value error: iad
|   parm=.(2&(3!:4)1),EncoderQuality,2&(3!:4)1 4,    iad qual
|writeimg_pplatimg_[:3]




On Mon, Oct 30, 2017 at 7:47 AM, chris burke <cbu...@jsoftware.com> wrote:

> Ah, I see the website files are correct, but the wiki installation points
> to the wrong file. I will fix now.
>
> On Mon, Oct 30, 2017 at 4:34 AM, chris burke <cbu...@jsoftware.com> wrote:
>
> > I just tried downloading the standard and nonavx linux files and the
> > libj.so are indeed different. In fact the file sizes on the download page
> > differ, see http://www.jsoftware.com/download/j806/install.
> >
> > Please try again.
> >
> >
> > On Sun, Oct 29, 2017 at 10:48 PM, Joey K Tuttle <j...@qued.com> wrote:
> >
> >> Downloaded 3 versions:
> >>
> >> j806_mac64.zip BETA   - installed and runs on my AVX MacBookPro
> >> j806_mac64.zip NONAVX  - installed and runs fine on my older iMac i7
> >> j806_linux64.tar.gz NONAVX   - no joy on my slightly too old
> Ubuntu/Linux
> >>
> >> In (nonavx) linux - jconsole fails with:   Illegal instruction
> >>
> >> I think maybe the wrong binary was included in the nonavx .gz file -
> e.g.
> >>
> >> MBpro:javx jkt$ diff ~/Downloads/nonavx/j64-806/bin/libj.so
> >> ~/Downloads/javx/j64-806/bin/libj.so
> >>
> >> Indicates that the two libj.so files are identical. Whereas the
> >> libj.dylib files between avx and nonavx for Darwin are quite different.
> >>
> >> This seems to be a tedious point to get right.
> >>
> >> - joey
> >>
> >>
> >> > On 2017Oct 29, at 15:23, Henry Rich <henryhr...@gmail.com> wrote:
> >> >
> >> > This beta has a pretty big change to handling of usecounts in boxed
> >> > arrays,  which will make a big difference to applications that use
> >> arrays
> >> > with many boxes,  or that amend boxed arrays. Please download this and
> >> try
> >> > it so we can fix any errors before the release.
> >> >
> >> > Henry Rich
> >> >
> >> > On Oct 29, 2017 15:15, "Eric Iverson" <eric.b.iver...@gmail.com>
> wrote:
> >> >
> >> > Release package zips for Windows/Linux/OSX J806 beta-7 are now
> >> available.
> >> >
> >> > This is your last chance to head of problems and bugs before they make
> >> it
> >> > into the release. Please take a serious look.
> >> >
> >> > Install instructions at:
> >> > http://code.jsoftware.com/wiki/System/Installation/Zips
> >> >
> >> > With luck this is the last beta before the official release in the
> next
> >> > week or so.
> >> > ------------------------------------------------------------
> ----------
> >> > For information about J forums see http://www.jsoftware.com/
> forums.htm
> >> > ------------------------------------------------------------
> ----------
> >> > For information about J forums see http://www.jsoftware.com/
> forums.htm
> >>
> >> ----------------------------------------------------------------------
> >> 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