Hi Christian,
I recently had to deal with a Python library allowing to convert a png image into a matrix composed of pixel tuples [[(255,255,255), ], ...] which can then be changed and then saved back into png. I found it easy to manipulate it (ie, change colors, dimensions, etc...), so I was thinking that something similar in XQuery would be helpful for those working with images.
Cheers,
J.
Il giorno 02 gen 2017, alle ore 11:42, Christian GrĂ¼n <christian.gruen@gmail.com> ha scritto:
Hi Joseph,
There is no existing library for accessing image data. I would
recommend you to take advantage of one of the various Java libraries.
What exactly would you like to do with the image information?
Cheers,
Christian
> On Sun, Dec 25, 2016 at 6:11 PM, meumapple <meumapple@gmail.com> wrote:
> Hi All,
>
> Is there a way to access images in BaseX as sequences of pixels? Thanks.
>
> Joseph