I’m trying to sort by dateCreated of the image. There is though not explicit field that would store this information, rather it’s in the binary field it-self:
dateCreated doesn’t seem to be a default file method, there is modified, but that does something slightly different.
So yes, you’d have to create a field for that, or you could create a fileMethod plugin that retrieves that information from somewhere (like the exif data).