How can I read images from folder and store them to KNIME Table

Hello,
I’m quite new to KNIME and I am just trying things out now.
I am trying to create a workflow which reads folder from local hard drive. That folder contains image files.
After reading this folder KNIME should store images to KNIME Table and then write table to hard drive.
Can anyone point me to right direction how to achieve this?

There is more I would like to do, but I guess I need to take one step at a time and first try to solve this and then go forward :slight_smile:

Regards,
Mika

1 Like

Hi @leinmi , and welcome to the Knime Community.

If they’re PNG or SVG files, you can use the Read Images node (it only supports these 2 formats).

For other formats such as jpeg/jpg, etc, you can use the Image Reader node.

Give it a try and let us know if you have any questions.

3 Likes

Hello @bruno29a !

Thank you for these. I will try them and should I have some more questions, I will ask :smiley:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.