James South
|
856b532b39
|
Deleting packages
Former-commit-id: d0f45c62cd28a00b3583def47fdc8ffdf314e5b6
|
13 years ago |
James South
|
a454aeeb4d
|
Making the save method a little more robust
Former-commit-id: 439b084d1c9224e1154a8aee67b7dd706fe29e79
|
13 years ago |
James South
|
9345da0879
|
Making the save method a little more robust
Former-commit-id: a91c0636d535e8f2f9c37bce1f9d2c54de851a66
|
13 years ago |
James South
|
923977b7ba
|
Fixes issue #19
Former-commit-id: 939a7325b7ad5d45decb3c49a453c54c7f039142
|
13 years ago |
James South
|
3b8b7ebf66
|
Fixes issue #19
Former-commit-id: ac722c1f7fea405a136c69f019cda57f152fe895
|
13 years ago |
James South
|
371b92c71e
|
Tweaks and tidy up
Former-commit-id: 36cfa7389463c1afaf11c4cdc6f7d0db2ae419ea
|
13 years ago |
James South
|
0022417fc2
|
Tweaks and tidy up
Former-commit-id: 082f88b562f43cdd26fcc038840ae8d4641404f9
|
13 years ago |
James South
|
364837dfe6
|
Adding new resize modes and config files
Former-commit-id: af1b0ace6138ff2b077c2aaa3242e48107a5f744
|
13 years ago |
James South
|
466fc421a3
|
Adding new resize modes and config files
Former-commit-id: 8c3912bf3a1463dd2d8f8b26a8ab013e6a86989f
|
13 years ago |
James South
|
25ad2d3cb9
|
Fixing bgcolor regex
Former-commit-id: 2a4b1cabe71720612c9bdee080a8ca1378d7283e
|
13 years ago |
James South
|
af344acdb1
|
Fixing bgcolor regex
Former-commit-id: 2bcb2564f251a045b311dea487ad57f61f3e5121
|
13 years ago |
James South
|
7bc1e4387b
|
Adding pad functionality to resize
Former-commit-id: 80e41f7007713e325d7f257fa633bf0d883e3ebc
|
13 years ago |
James South
|
c18aac95bb
|
Adding pad functionality to resize
Former-commit-id: 853c80838d0240a914034b86d8278658777f9f57
|
13 years ago |
James South
|
0420e143ea
|
Adding extension-less remote url parsing.
Former-commit-id: db9412b1317cc3476e08167f6bab6c7b8d97a45e
|
13 years ago |
James South
|
3356dd9e53
|
Adding extension-less remote url parsing.
Former-commit-id: 090c8d59329d3dca92630ff096203fd0ef79a508
|
13 years ago |
James South
|
db877f617a
|
Improved memory usage
Former-commit-id: 8547d9f8f2fcb4b3fda6e5f3b8373994c4ba5dda
|
13 years ago |
James South
|
f1830027ce
|
Improved memory usage
Former-commit-id: 24d4ee157e9b5acb2e72dad453e07aa18a6a561a
|
13 years ago |
aka Torgon Woodget
|
cca3812de0
|
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
|
6b69088516
|
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
|
976fe77d88
|
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
|
d921f4be84
|
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
|
a4e8ef05e5
|
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
|
37a2ce60e2
|
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
|
b71713205e
|
removing packages
Former-commit-id: 314292f66c1eb202347642eeee89aa6a6b4a2a4b
|
13 years ago |
James South
|
81bb378fd6
|
removing packages
Former-commit-id: fda0fd954d6e9a57ecf593ad44ba82e16a87d380
|
13 years ago |
James South
|
ae4da7549d
|
v2.3.0.6 Fixes issue #15
Former-commit-id: 77aee4fa6573802645f092b9b454d632f19ed361
|
13 years ago |
James South
|
afa0866b82
|
v2.3.0.6 Fixes issue #15
Former-commit-id: 17e230842850c3683ced10172eb22aa82a8e1830
|
13 years ago |
James South
|
14f3d518a8
|
Fixing jpeg jpg determination issue
Former-commit-id: fd50b51c8cafaa33a0f99210c2279197f59b6682
|
13 years ago |
James South
|
2f60059865
|
Fixing jpeg jpg determination issue
Former-commit-id: f44d73eed02c208b5d042e5560136eb1ec1d2205
|
13 years ago |
James South
|
ff7f9d3b61
|
Updating .gitignore for package restore
Former-commit-id: ea9318cc7f1b524c13ae2f83a7eaab77f62cdda5
|
13 years ago |
James South
|
aca46411a6
|
Updating .gitignore for package restore
Former-commit-id: e256acc3ad3765283f871b843bc050e53567a7fa
|
13 years ago |
James South
|
387bdcd605
|
Removing packages
Former-commit-id: 97cbca588d080158af65e445a1e2df5d6e65b859
|
13 years ago |
James South
|
951eda1c30
|
Removing packages
Former-commit-id: 42751c05d190b95ed6558924df021b135a98c1a1
|
13 years ago |
mortenbock
|
ad1f987c7d
|
Add the constrain processor
Former-commit-id: 6069c91021635754d05051d99c9e4da5b92d41ee
|
13 years ago |
mortenbock
|
a507e5652b
|
Add the constrain processor
Former-commit-id: cee2ce72632c75e7af5b4a341f2499cf0fd4fb0a
|
13 years ago |
James South
|
924bf55db1
|
v1.7.0.3
ImageFactory now respects colour profiles.
Former-commit-id: d82bdf2282d7eb8a6c3769f56c777a35049e86fd
|
13 years ago |
James South
|
1f220ac000
|
v1.7.0.3
ImageFactory now respects colour profiles.
Former-commit-id: e71b779793c79a00719cba7a0e3a0edc21502f36
|
13 years ago |
James South
|
46bc805d28
|
Updating icon
Former-commit-id: c1aa43d28d4e227ae29a39f525aab37ffadac19a
|
13 years ago |
James South
|
82284457b8
|
Updating icon
Former-commit-id: 0db6b66e27a17da98a24379d61740da93180c86a
|
13 years ago |
James South
|
9b4e401ab5
|
v1.7.0.2
Watermark now automatically wraps text.
Former-commit-id: 38e144ab55565757aae5d8a391e39ecb96fd194f
|
13 years ago |
James South
|
79b25dd4bd
|
v1.7.0.2
Watermark now automatically wraps text.
Former-commit-id: deaa2ea0920db7a03928ec7061b8305fa612c25e
|
13 years ago |
James South
|
77f99ce9ab
|
Updating project includes
Former-commit-id: 2b55d4645bca09a2809776ac4977d1b77b3cecd0
|
13 years ago |
James South
|
66b9796fb1
|
Updating project includes
Former-commit-id: febd925d9e8574f1fa9edf513f51a7e66bcea8d0
|
13 years ago |
James South
|
782dbd4ce7
|
Updating references.
Former-commit-id: 4d59f1c08419d16b9b2174b067738e7b034ffd71
|
13 years ago |
James South
|
c2a49cb94a
|
Updating references.
Former-commit-id: 81254ef94b723babc9a44556ffcc333e25cd6600
|
13 years ago |
JimBobSquarePants
|
eb24e42f09
|
v2.3.0.3
Added support for authorization config.
Former-commit-id: aa09b07f09009deb470fd44b875b70c0fe95442b
|
13 years ago |
JimBobSquarePants
|
464d2420e3
|
v2.3.0.3
Added support for authorization config.
Former-commit-id: 78345cb9b406bd373f86ba448953e2fb1f39623b
|
13 years ago |
James South
|
59791b0b82
|
Fixing issue 10
Former-commit-id: 18c59254e30cdbff7c889e8253b5eaf4ff4e2c8f
|
13 years ago |
James South
|
b9b21a77e0
|
Fixing issue 10
Former-commit-id: 63aa53202c563efa90f37ea03d850ba151421cc0
|
13 years ago |
JimBobSquarePants
|
d6764503bc
|
Fixing remote file issue
Former-commit-id: 1a83def4930d719bae4d86d851b162992344ec01
|
13 years ago |