I have a lot of files (I mean thousands) of the form "somename_X_Y.png" ex. mypicture_3_12.png
I need to increase the starting value of the x and y values, fx. if I want to start at 4, 14 in stead of 1, 1
mypicture_1_1.png
mypicture_1_2.png
mypicture_2_1.png
mypicture_2_2.png
would become:
mypicture_4_14.png
mypicture_4_15.png
mypicture_5_14.png
mypicture_5_15.png
This is something that I should be able to do, but I guess I've forgotten how and I haven't been able to find any answer anywhere.
I have both windows and linux so no need to worry bout that. I guess linux is the answer, but as I said, I've forgotten how

Anyway, I hope you'll help me out here.
best regards.