File "api/media_caching.pl"[download]
in pack: | media_cache |
---|---|
Prolog module: | media_cache |
size: | 2323 |
Recent changes
11 years ago | Chris Dijkshoorn | Cleaned code, added the option to fit images t ... |
11 years ago | Chris Dijkshoorn | Added the options to 'fit' a thumbnail to an a ... |
12 years ago | Michiel Hildebrand | INIT media caching and thumbnail creation. (ta ... |
This file requires
- From packages
- thumbnail.pl: uri_thumbnail/3, uri_fit_thumbnail/3
- From ClioPatria
- library(http/url_cache) resolved by
- url_cache.pl: url_cache/3
- library(http/url_cache) resolved by
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_reply_file/3
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(http/http_dispatch) resolved by
This file is used by
- annotation.pl from package image_annotation
- iface_util.pl from package cluster_search
- dashboard_startpage.pl from package annotation_dashboard
- dashboard_task_page.pl from package annotation_dashboard
- dashboard_user_page.pl from package annotation_dashboard
Required predicates
- debug/3 autoloaded
- http_handler/3 from library(http/http_dispatch)
- http_reply_file/3 from library(http/http_dispatch)
- uri_fit_thumbnail/3 from thumbnail.pl
- uri_thumbnail/3 from thumbnail.pl
- url_cache/3 from library(http/url_cache)
- http_parameters/2 from library(http/http_parameters)