B4J Question Iterate over files to resize images

Giu

Member
Licensed User
Longtime User
Hi,

Today I had to create a little project, and I did in python because I was in a hurry for deliver, but because I want to dive into B4J since a lot of time ago, I want to replicate this little project in B4J

I have a folder with thousands of images. I need to take each image, resize a couple of times, do a web request with them (POST and PATCH) and move this files to another files writing a log file.
About web requests I think is OkHTTPUtils2 what I have to use, and about OS file moving and so on, I have to dive into the forum, but what I searched in the forum and I didn't found, was about image manipulation. What should I use for this?

Regards.
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
You may need something like
 
  • Like
Reactions: Giu
Upvote 0

aeric

Expert
Licensed User
Longtime User
Upvote 0
Top