Re: [Jprogramming] Image processing

2022-04-26 Thread bill lam
the bmp and png addons can enable read/write those image format files. eg readbmp and readpng However you need to get access to the image files first,the file system as seen by J in iOS is sandboxed. On Tue, Apr 26, 2022 at 2:35 PM Richard Donovan wrote: > Hi > > Does anyone have routines, ex

[Jprogramming] Image processing

2022-04-25 Thread Richard Donovan
Hi Does anyone have routines, experience or info regarding access and processing of image files, particularly BMP and PNG, which have been created or photographed on Apple phones? I need to know record structure etc to be able to load and process inside of J. Thanks in advance