James South
|
782acd2b7f
|
A little bit more thread safety and accuracy.
Former-commit-id: 144106e27eebbb24c963effa0e8f67417a21e9b1
|
13 years ago |
James South
|
9980e5a758
|
A little bit more thread safety and accuracy.
Former-commit-id: 4ddd4844876e8609c82c40a465c3b4b291f57159
|
13 years ago |
James South
|
4839f3bc51
|
Refactoring contstrain method
Former-commit-id: 28ef95965ee9fb87931c60f8cdb024630eca49ff
|
13 years ago |
James South
|
f5ac45eb6f
|
Refactoring contstrain method
Former-commit-id: ea041146642569b7c480b76f702da9f001c3b716
|
13 years ago |
James South
|
266213b0bb
|
Removing SQLite
Cache is now purely file based. Very fast!
Former-commit-id: eed0be700aae1fcc0dcc865cbf8a4c4680c8d029
|
13 years ago |
James South
|
8ee44a36f0
|
Removing SQLite
Cache is now purely file based. Very fast!
Former-commit-id: 6880348d89c725fa1e7a20223fe10eb5fdb72f9d
|
13 years ago |
James South
|
a5069d025b
|
New cache cleanup mechanism
Former-commit-id: b3768cd98dfa13798487d3b4a433def316c62fda
|
13 years ago |
James South
|
6eb6d747d2
|
New cache cleanup mechanism
Former-commit-id: f5933f3e909634ebd878cda4f3b24289012e90c6
|
13 years ago |
James South
|
efe26a3a8c
|
Can now cache billions of items
TODO: An efficient cleanup mechanism
Former-commit-id: aec71d092116d0de1d2f92d84327e5dc8e550582
|
13 years ago |
James South
|
4c3fd858b5
|
Can now cache billions of items
TODO: An efficient cleanup mechanism
Former-commit-id: 57b2825f951e06a8df5e7169d1d4bd407f2b2b65
|
13 years ago |
James South
|
f200e0d816
|
Adding preset ()
Former-commit-id: 49f1164764e485fde0c7fc54a181e35be212b056
|
13 years ago |
James South
|
95702206ba
|
Adding preset ()
Former-commit-id: 8b23c233abe71f21d9aa93d3c69ab697658ea31e
|
13 years ago |
James South
|
f928c08b03
|
Deleting packages
Former-commit-id: ca5203cf3eb77c090727719dfffd1a93c0d0be40
|
13 years ago |
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 |