quickie function guess_image_content_type() to guess the content-type of an uploaded...
authorArt Cancro <ajc@citadel.org>
Wed, 13 Apr 2016 14:51:49 +0000 (10:51 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 13 Apr 2016 14:51:49 +0000 (10:51 -0400)
commit5282ce6d536fef379e55bb0c3bf2ee4ef3b5f6e6
tree2c018d439b5cf4b18f9f7137dd93e0ba72a6a2be
parent7c9aaf224d62b53292cf736de0a4cb0c154a05d5
quickie function guess_image_content_type() to guess the content-type of an uploaded or imported photo based on the filename.  We could eventually go with some sort of big global system for this but I wanted it to be fast and reliable for now.
citadel/modules/image/serv_image.c