﻿<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="system">
	<name>Сжатие изображений</name>
	<author>Mitrich</author>
	<creationDate>2009</creationDate>
	<copyright>Copyright (C) 2007 - 2009 Joomlatune.ru. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>mitrich@joomlaportal.ru</authorEmail>
	<authorUrl>www.joomlatune.com</authorUrl>
	<version>1.5</version>
	<description>Create Thumbnails from images</description>
	<files>
		<filename plugin="imageresizer">imageresizer.php</filename>
		<filename>imageresize/jtimage.php</filename>
	</files>
	<params>
	<param name="folder" type="text" default="images/stories" label="Папка" description="Папка с изображениями без открывающих и закрывающих слешей" />
	<param name="width" type="text" default="640" label="Ширина" description="" />
	<param name="height" type="text" default="480" label="Высота" description="" />
	<param name="dimension" type="text" default="640" label="Минимальный размер для старта" description="Минимальный размер для старта плагина" />
	</params>
</install>