I have several images in folder and I want to crop those images. Images have different white space around and I want to remove that. Basically I want to crop unwanted white portion of the images. Please if someone can help with vba code for that.
Asked
Active
Viewed 149 times
1 Answers
0
I would suggest the use of something like python for cases like this. Python has many a great library for working with images. This might be a solution to your problem

Hounsvad
- 11
- 4
-
Thanks Hounsvad foir your answer. I have restriction to use python and other language too. All I can use is Excel VBA or Perl Script. – k. Patel Apr 29 '19 at 17:48