In 4.4.0 Beta 1 there was a bug which breaks some profile images, to set these back to default or letter images, run the following query, taking a backup of the members table first.
UPDATE core_members SET pp_photo_type='none' where char_length(pp_main_photo)=6 AND pp_photo_type='custom';