Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 495499d12f added: a new winix function: imgcrop
for cropping images (and thumbnails)
       www.domain.com/dir/file.jpg/imgcrop  -- crop an image
       www.domain.com/dir/file.jpg/imgcrop/thumb  -- crop an image's thumbnail
       www.domain.com/dir/file.jpg/imgcrop/newthumb  -- crop and create a new thumbnail (from an original image)
       www.domain.com/dir/imgcrop -- show images' list with above options
added: to Image class: some methods for cropping




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@919 e52654a7-88a9-db11-a3e9-0013d4bc506e
2013-03-29 22:03:28 +00:00
core added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
db changed: added 'logsave' when we are waiting for the database to be ready 2013-01-19 10:10:17 +00:00
etc added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
functions added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
html added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
locale added: to Item struct: ameta (PT::Space) 2012-11-04 21:01:02 +00:00
main added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
notify added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
plugins added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
templates added: a new winix function: imgcrop 2013-03-29 22:03:28 +00:00
txt fixed: base_url_redirect config option was not read from the config file 2012-04-22 13:30:07 +00:00
Makefile updated: paths in Makefile (prog subdirectory) 2013-01-19 16:31:15 +00:00