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 / HashExample
Created May 31, 2012 00:31
Hash Example
{ "application_id": "YOUR_APP_ID", "hash": "crc32", "src" : "http://www.google.com/logos/2011/yokoyama11-hp.jpg", "functions" : [ {"name": "blur", "params" : {"radius" : 0.0, "sigma" : 2.0}, "save" : { "image_identifier" : "MY_CLIENT_ID" }} ]}
@blitline-dev
blitline-dev / Blitshot
Created June 1, 2012 02:23
Blitshot Example
{
"application_id":"YOUR_APP_ID",
"src":"http://www.taggzy.com/",
"src_type":"screen_shot_url",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":800,
"height":"9999"
@blitline-dev
blitline-dev / Metadata Example
Created June 5, 2012 19:17
ColorProfile/Metadata Options
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/Theridula_emertoni_Kaldari_02.jpg",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width": 100,
"height":200
},
@blitline-dev
blitline-dev / Multiple Operations
Created June 24, 2012 22:42
Multiple Operations
{"application_id":"YOUR_APP_ID","src":"https://s3.amazonaws.com/img.blitline/temp_folder/image.jpg","functions":[{"name":"crop","params":{"width":240,"height":240},"save" : { "image_identifier" : "external_sample_1" },"functions":[{"name":"resize_to_fill","params":{"width":"100","height":"100"},"save" : { "image_identifier" : "external_sample_2" }},{"name":"resize_to_fill","params":{"width":"50","height":"50"},"save" : { "image_identifier" : "external_sample_3" }}]}]}
@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 / gist:3085233
Created July 10, 2012 18:11
Multi-page example
{
"application_id":"<YOUR APP ID>",
"src":"http://pointstar.dlinkddns.com/bt_web/BT20120710.pdf",
"src_type":"multi_page",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":100,
"height":"100"
@blitline-dev
blitline-dev / gist:3137772
Created July 18, 2012 18:01
Function example
{
"application_id": "YOUR_APP_ID",
"src" : "http://www.google.com/logos/2012/childrensday-2012-hp.jpg",
"functions" :
[
{
"name" : "trim",
"functions" : [
{
"name": "watermark",
@blitline-dev
blitline-dev / file_extension_override
Created July 21, 2012 00:28
File Extension Override
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/temp_folder/image.jpg",
"functions":[
{
"name":"rotate",
"params":{
"amount": 5
},
"save":{
@blitline-dev
blitline-dev / Resize_with_percentage
Created July 31, 2012 23:30
Resize with percentage
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/temp_folder/image.jpg",
"functions":[
{
"name":"resize",
"params":{
"scale_factor":"2.3"
},
"save":{
@blitline-dev
blitline-dev / s3_bucket_src
Created August 20, 2012 17:01
S3 Bucket src
{
"application_id":"YOUR_APP_ID",
"src":{ "name" : "s3",
"bucket":"bltemp",
"key" : "twinkle.jpg"
},
"functions":[
{
"name":"resize_to_fit",
"params":{