Skip to content

Instantly share code, notes, and snippets.

View blitline-dev's full-sized avatar

Blitline Developers blitline-dev

View GitHub Profile
@blitline-dev
blitline-dev / MutlipleScaleOnSameSource
Last active July 2, 2022 00:06
Sample multiple scale on same source
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/blitdoc/pdfs/sample.pdf",
"v":1.27,
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":"800"
},
@blitline-dev
blitline-dev / Blitshot Example
Last active June 18, 2022 23:46
Blitshot Example
{
"application_id":"YOUR_APP_ID",
"src":"https://www.docker.com",
"src_type":"screen_shot_url",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":800,
"height":"9999"
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/blitdoc/docx/Contoso.xlsx",
"get_tika" : "true",
"v" : 1.22,
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":1000
@blitline-dev
blitline-dev / simple_thumbail.json
Last active July 21, 2021 02:39
Simple Thumbnail Example
{
"application_id":"YOUR_APP_ID",
"v" : 1.21,
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"src_type" : "smart_image",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":500,
@blitline-dev
blitline-dev / force_srgb.json
Last active December 9, 2019 22:39
force_srgb.json
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/MARBLES.TIF",
"src_data" : { "colorspace" : "srgb"},
"v" : 1.23,
"functions":[
{
"name":"resize_to_fit",
"params":{
"width": 500
@blitline-dev
blitline-dev / caption_example2.json
Last active December 9, 2019 22:34
caption_example2.json
{
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/img.blitline/sky.jpg",
"functions": [
{
"name": "caption",
"params": {
"width": "100%",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore",
"height": 400,
@blitline-dev
blitline-dev / eps_example.json
Last active June 4, 2019 18:08
eps example
{
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/img.blitline/vector/Free-Abstract-Shapes-Vectors.eps",
"src_data": {
"density": 100,
"colorspace": "cmyk"
},
"functions": [
{
"name": "no_op",
@blitline-dev
blitline-dev / fun_example.js
Created February 1, 2019 22:38
Screenshot Home
{
"application_id": "YOUR_APP_ID",
"src": "http://www.blitline.com/v3/home",
"src_type": "screen_shot_url",
"src_data": {
"delay": 8000,
"viewport" : "1240x4795"
},
"functions": [
{
@blitline-dev
blitline-dev / fun_example.js
Created February 1, 2019 22:13
Single Page PDF Sceenshot
{
"application_id": "YOUR_APP_ID",
"src": "http://www.blitline.com/v3/home",
"src_type": "screen_shot_url",
"src_data": {
"delay": 3000,
"viewport": "1800x4795",
"chrome_render": true
},
"functions": [{
{
"application_id":"YOUR_APP_ID",
"v" : 1.21,
"src":"https://s3.amazonaws.com/blitdoc/jpgs/musk.jpg",
"functions":[
{
"name":"remove_background",
"params":{
},
"save":{