OxWall uses the wideimage library http://wideimage.sourceforge.net/ which is very good, and has it encapsulated with the UTIL_Image class that is in the ow_utilities/image.php file
To do this you have to make a copy of your entire website on your computer excluding the ow_userfiles folder (you don't need it and it is usually very large) and then with a text editor of those used in programming (Atom, PsPad or similar, they are free, look for them on Google) you search in all the .PHP files that you have downloaded all the places where put "UTIL_Image" and from there it is already more complicated but you already have a list of all the sites you have to investigate.
These text editors have the possibility to search a text in a whole tree of folders full of files, which is what you need.
You will find that it is used in the avatar upload functions and in the Photos plugin, and if you have more plugins installed that include uploading photos, they will also use it.