What is FPEG? FPEG detects faces in an image and compresses those regions less than the surrounding pixels. In theory the human visual cortex is more sensitive to compression artifacts on faces then surrounding context, therefore using higher compression in non-facial regions will lead to smaller images with comparable perceived quality. -- Andrew …
Leveraging a proxy application to satisfy APIKEY request requirement for Single Page Application development
Often times APIs are secured with a unique APIKEY for each application. The requirement of these APIs is you send your APIKEY with every request either through the query string or in a custom header. But when your application is a single page application (SPA) you cannot embed your APIKEY into your application because it is not a secure way to …