James South
|
41dead2593
|
Adding preset ()
Former-commit-id: 8b23c233abe71f21d9aa93d3c69ab697658ea31e
|
13 years ago |
James South
|
fc1ece75d7
|
Fixing git ignore for packages
Former-commit-id: 0ba7970274160c36b4e8d45008c04df20ae8bfaa
|
13 years ago |
James South
|
cf78a7c8d4
|
Fixing git ignore for packages
Former-commit-id: 8310d34d791fe5ba5c4ddd18ad31f4c3f32b07e1
|
13 years ago |
James South
|
2bd5a7b390
|
Deleting packages
Former-commit-id: ca5203cf3eb77c090727719dfffd1a93c0d0be40
|
13 years ago |
James South
|
312b0536fb
|
Deleting packages
Former-commit-id: d0f45c62cd28a00b3583def47fdc8ffdf314e5b6
|
13 years ago |
James South
|
8bc411ed1a
|
Making the save method a little more robust
Former-commit-id: 439b084d1c9224e1154a8aee67b7dd706fe29e79
|
13 years ago |
James South
|
36cdf43773
|
Making the save method a little more robust
Former-commit-id: a91c0636d535e8f2f9c37bce1f9d2c54de851a66
|
13 years ago |
James South
|
0e9e344b48
|
Fixes issue #19
Former-commit-id: 939a7325b7ad5d45decb3c49a453c54c7f039142
|
13 years ago |
James South
|
bc111c8a55
|
Fixes issue #19
Former-commit-id: ac722c1f7fea405a136c69f019cda57f152fe895
|
13 years ago |
James South
|
4d3583785c
|
Tweaks and tidy up
Former-commit-id: 36cfa7389463c1afaf11c4cdc6f7d0db2ae419ea
|
13 years ago |
James South
|
c475a6814b
|
Tweaks and tidy up
Former-commit-id: 082f88b562f43cdd26fcc038840ae8d4641404f9
|
13 years ago |
James South
|
45034e0495
|
Adding new resize modes and config files
Former-commit-id: af1b0ace6138ff2b077c2aaa3242e48107a5f744
|
13 years ago |
James South
|
995204df5f
|
Adding new resize modes and config files
Former-commit-id: 8c3912bf3a1463dd2d8f8b26a8ab013e6a86989f
|
13 years ago |
James South
|
ca6c7e9651
|
Fixing bgcolor regex
Former-commit-id: 2a4b1cabe71720612c9bdee080a8ca1378d7283e
|
13 years ago |
James South
|
bf417285c5
|
Fixing bgcolor regex
Former-commit-id: 2bcb2564f251a045b311dea487ad57f61f3e5121
|
13 years ago |
James South
|
b17fe0111c
|
Adding pad functionality to resize
Former-commit-id: 80e41f7007713e325d7f257fa633bf0d883e3ebc
|
13 years ago |
James South
|
47a77726d7
|
Adding pad functionality to resize
Former-commit-id: 853c80838d0240a914034b86d8278658777f9f57
|
13 years ago |
James South
|
04598dff2e
|
Tweaking git ignore
Former-commit-id: b7464c4cd3d447e00cdf5cb829e3ec984fe7201d
|
13 years ago |
James South
|
e902408fa4
|
Tweaking git ignore
Former-commit-id: c48e4164b887ab92fe286cbbe931962d254837cb
|
13 years ago |
James South
|
405bd9d8a6
|
Adding extension-less remote url parsing.
Former-commit-id: db9412b1317cc3476e08167f6bab6c7b8d97a45e
|
13 years ago |
James South
|
58e518af34
|
Adding extension-less remote url parsing.
Former-commit-id: 090c8d59329d3dca92630ff096203fd0ef79a508
|
13 years ago |
James South
|
e244276a19
|
Merge branch 'master' of https://github.com/torgon/ImageProcessor into dev
Former-commit-id: 14bd5d2b38d7d9153204bbb10a5c092fec73f760
|
13 years ago |
James South
|
528b61b552
|
Merge branch 'master' of https://github.com/torgon/ImageProcessor into dev
Former-commit-id: 593a0ee910373e13978528bf352dc425b1e7fea8
|
13 years ago |
James South
|
92e2394c23
|
Improved memory usage
Former-commit-id: 8547d9f8f2fcb4b3fda6e5f3b8373994c4ba5dda
|
13 years ago |
James South
|
8c689bddd7
|
Improved memory usage
Former-commit-id: 24d4ee157e9b5acb2e72dad453e07aa18a6a561a
|
13 years ago |
aka Torgon Woodget
|
e5ed5bae27
|
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com"
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters.
Former-commit-id: a56891087e2dcc2e9e21ac6f6f876d72cc6ac061
|
13 years ago |
aka Torgon Woodget
|
f99e967e11
|
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com"
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters.
Former-commit-id: 3ed9370a87056395120f5538a8e8458b21fd3dc6
|
13 years ago |
aka Torgon Woodget
|
89ed19058a
|
Revert "Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs"
This reverts commit d24a99bf2b [formerly f1980db0fd571a80283c1698380ca3f672903b12].
Former-commit-id: e262ec998f249a900fa85b882413e00f98bc8285
|
13 years ago |
aka Torgon Woodget
|
08f856bf7e
|
Revert "Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs"
This reverts commit d24a99bf2b [formerly f1980db0fd571a80283c1698380ca3f672903b12].
Former-commit-id: 5c0dfbbf489b066719ba7e376aeb2f167a20b177
|
13 years ago |
aka Torgon Woodget
|
d24a99bf2b
|
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com"
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters
Former-commit-id: f1980db0fd571a80283c1698380ca3f672903b12
|
13 years ago |
aka Torgon Woodget
|
f9879893ef
|
Extended remote file reader to handle extensionless image urls and querystring parameters for remote URLs
New properties for whitelist: <add url="http://maps.googleapis.com"
extensionLess="true" imageFormat="png" />
Sample URL for extensionless/paramter remote image:
http://localhost:49788/remote.axd?http://maps.googleapis.com/maps/api/staticmap?center=52.341055,7.125435&zoom=13&sensor=false&size=600x300&key=AIzaSyCMKi4DyRB2N-j-Sm3LpZkl6rSXWP_G5ZE?width=600
A 3rd querystring part (here: width=600) if the remote image url has url
parameters
Former-commit-id: 7f4f18b44eec578b74e2b02647f5fb6bd54fe29c
|
13 years ago |
James South
|
9fea967f5f
|
Fixing bad merge
Former-commit-id: ee2e1c1813bd0a24c1b003ae0d3262e9dc25d545
|
13 years ago |
James South
|
07d135a0fa
|
Fixing bad merge
Former-commit-id: 3a5876081417adfb614040f1eba3b2f09cc20ad8
|
13 years ago |
James South
|
1e3555a905
|
Ignoring packages
Former-commit-id: bbbe4f13f30618f0ed6456b274611f0cbb81ae00
|
13 years ago |
James South
|
3ec9f4c49c
|
Ignoring packages
Former-commit-id: c770b75eafc45053053b7f83b05618a301fed237
|
13 years ago |
James South
|
d4da18027e
|
removing packages
Former-commit-id: 314292f66c1eb202347642eeee89aa6a6b4a2a4b
|
13 years ago |
James South
|
fe9bb6c8cf
|
removing packages
Former-commit-id: fda0fd954d6e9a57ecf593ad44ba82e16a87d380
|
13 years ago |
James South
|
98e1875477
|
v2.3.0.6 Fixes issue #15
Former-commit-id: 77aee4fa6573802645f092b9b454d632f19ed361
|
13 years ago |
James South
|
cf07c2d755
|
v2.3.0.6 Fixes issue #15
Former-commit-id: 17e230842850c3683ced10172eb22aa82a8e1830
|
13 years ago |
James South
|
d7ca9a850f
|
Merge branch 'pr/15' into dev
Former-commit-id: 4eb9513553e36475bcaf6832d2d6767cf0d0535c
|
13 years ago |
James South
|
1a3abf4196
|
Merge branch 'pr/15' into dev
Former-commit-id: 41a710f1d30868606b3c81a90a5b2b0e0a499316
|
13 years ago |
James South
|
53e945fe42
|
Fixing jpeg jpg determination issue
Former-commit-id: fd50b51c8cafaa33a0f99210c2279197f59b6682
|
13 years ago |
James South
|
ec1c119d97
|
Fixing jpeg jpg determination issue
Former-commit-id: f44d73eed02c208b5d042e5560136eb1ec1d2205
|
13 years ago |
James South
|
fe373d1030
|
Updating .gitignore for package restore
Former-commit-id: ea9318cc7f1b524c13ae2f83a7eaab77f62cdda5
|
13 years ago |
James South
|
211802cd74
|
Updating .gitignore for package restore
Former-commit-id: e256acc3ad3765283f871b843bc050e53567a7fa
|
13 years ago |
James South
|
d75269a7db
|
Removing packages
Former-commit-id: 97cbca588d080158af65e445a1e2df5d6e65b859
|
13 years ago |
James South
|
afe160625c
|
Removing packages
Former-commit-id: 42751c05d190b95ed6558924df021b135a98c1a1
|
13 years ago |
mortenbock
|
24ca5e15a4
|
Add the constrain processor
Former-commit-id: 6069c91021635754d05051d99c9e4da5b92d41ee
|
13 years ago |
mortenbock
|
b9c8a9e8e2
|
Add the constrain processor
Former-commit-id: cee2ce72632c75e7af5b4a341f2499cf0fd4fb0a
|
13 years ago |
James South
|
b916352f95
|
Merge remote-tracking branch 'origin/dev'
Former-commit-id: f74759c71c9101d05e09399a5724974d8220f8b7
|
13 years ago |