I am writing and image processing program in Java and need to have the program process each image file in a given folder that have the name "image_*.jpg" where the * is a unique string for each image (i.e. image_AAA000.jpg, image_AAA001.jpg, etc.) but I need it to ignore files that don't match that example. How can I do this?
- by reading you mean list the files?? and by ignore files that don't match that example you mean the pattern in the name???ΦXocę 웃 Пepeúpa ツ– ΦXocę 웃 Пepeúpa ツ2016-03-01 20:40:34 +00:00Commented Mar 1, 2016 at 20:40
- I guess a better word would be "process" rather than "read." I need to take each image, do some processing with this, then move on to the next. For the second part of you question, yes, ignore ones that don't match that patter.cteeters– cteeters2016-03-01 20:42:11 +00:00Commented Mar 1, 2016 at 20:42
- That other question had my answer. Thanks all!cteeters– cteeters2016-03-01 21:09:48 +00:00Commented Mar 1, 2016 at 21:09
Add a comment |