CDN
S3 Signed URL
FTP Destination
Azure Destination
IAM Users
S3 Destination
Other Service Signed Urls
Blitline Job
Welcome
Job Options
List of Available Functions
Examples List
Functions
Job Response
Polling and Postbacks
Service Limits
Development Recommendations
Live Examples
Gotchas
Pipelines
Fonts
Smart Image
Static IPs
Formats
Colorspace
Color Extraction
Event Bridge
PDF
Image Optimization
Metadata
Signed Jobs
AI Background Removal
Subimage
Zipping
Trancoding Video Presets
Apache Tika
AWS Rekognition/Facial Recognition
Animated GIFs
Building Gifs or Videos from Images
Find Image on the Internet
New Feature Log (Updates)
Video Keyframes
Video Transcoding
Screenshots of Websites
IM Scripts
Vector Processing
All Categories > Advanced
14 articles
Using Event Bridge. Blitline has integrated with AWS so that instead of postbacks or polling, you can use AWS Events generated by Blitline.com as notification that you job has completed. AWS Events c…
Updated 10 months ago by Blitline Support
PIPELINES. Some jobs and workflows do not fit in to the linear, asynchronous flow of a Blitline job. To help accommodate these we have added a “pre_process” tag which allows you to define functionali…
Updated 2 years ago by Blitline Support
BLITLINE FONTS. Blitline has a set of supported open source fonts. These are available in Blitline functions that use font-face, such as annotate or caption. You can view the fonts here: https://s3.a…
Updated 3 years ago by Blitline Support
SMART IMAGE. A common use of Blitline is to generate thumbnails. These thumbnails are often of various or unpredictable mime types. Blitline processing generally requires special or alternate configu…
PROXY SUPPORT: Many users have expressed a desire to be able to whitelist Blitline postback IP addresses for security reasons. While we can have hundreds of machines joining and leaving our cloud clu…
FORMATS SUPPORTED. Blitline supports the following formats: Images: jpg. jpeg. tiff. tif. png. webp. bmp. Raw: arw. nef. orf. rw2 Vector: ai. svg. eps. pdf. Misc: psd. dicom. cr2 dcm. Blitline also s…
COLORSPACE. Blitline supports the conversion of colorspaces on images and other various file formats such as PDF and vector. The typical desire is to normalize images into an sRGB colorspace so that…
Color Extraction. You can have Blitline extract the most popular colors from your image. This functionality looks at the histogram of your image and identifies the top “X” colors from the image. “ext…
By default, Blitline will automatically try to convert a source PDF into 1 large image. You do not need to do anything special to make this happen. { "application_id": "YOUR_APP_ID", "src": "https:\/…
IMAGE OPTIMIZATION. Blitline has some built in optimizations you can use to squeeze the most out of your images. We provide a ‘smart’ optimizer which will use numerous existing compression libraries…
METADATA. Blitline can return and set various different types of metadata about images. Blitline can read/write EXIF as well as IPTC , and even return image file information such as filesize , densit…
Keeping your Application ID Secret! If you are running Blitline jobs from a public client (such as Javascript), you need to protect your Application ID. (Or if you just want an additional level of pr…
Blitline uses modern day AI libraries to offer services such as background removal. You can take an image, and remove the background Original: Background Removed: You can then do things like re-compo…
FINDING A SUBIMAGE. Blitline can try to find an image within another image. You can use the pre-process functionality to determine if a subimage exists within another image. Currently we only support…