GetSimple Support Forum
Image Resizer - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: Image Resizer (/showthread.php?tid=5678)



Image Resizer - mganko - 2014-02-22

This plugins let's you dynamically generate resized images from your uploads folder keeping it's aspect ratio. It allows you to define allowed resolutions and quality of the generated images. It also automatically caches, resized images.

See here for details:
http://get-simple.info/extend/plugin/image-resizer/771/

Screenshot:
[Image: imgresizer.jpg]


RE: Image Resizer - SevaSDT - 2014-05-08

Now avalible Russian translation for this plugin.


RE: Image Resizer - datiswous - 2014-05-08

Btw. there's also this similar plugin:

Imagizer plugin


RE: Image Resizer - SevaSDT - 2014-06-05

(2014-05-08, 07:06:37)datiswous Wrote: Btw. there's also this similar plugin:

Imagizer plugin

Thanks, but ImResizer crated for simple projects, imagizer crates for galerys & etc IMHO.


RE: Image Resizer - mganko - 2014-06-25

New version available: 1.02

Added new modes: crop to fit in dimensions or fill in dimensions + some security bug fixes


RE: Image Resizer - simba - 2014-07-14

I'm going out of my head on how to use this plugin. There's no demo or any other kind of help for the less-experienced users. Please help - I have no idea how to get this to work....

"In your template use image_resizer_src($mode, $resolution, $img)"

.... what would the correct syntax in my template be?

Thanks!


RE: Image Resizer - guip - 2014-11-07

(2014-07-14, 23:35:28)simba Wrote: "In your template use image_resizer_src($mode, $resolution, $img)"
.... what would the correct syntax in my template be?

Hello,


sommething like that for example

$urlResizePict = image_resizer_src('fill', '250x250', '/data/uploads/gallery/bb1_big.jpg');
echo '<img src="'.$urlResizePict.'"/>';


RE: Image Resizer - kuguar - 2015-05-05

mganko, great plugin! but for some reason at the same time it is impossible to use the resizing and watermarking image (instead of the logo appears colored rectangle).


RE: Image Resizer - Markus00000 - 2015-12-02

Thanks for your plugin!

1) I've attached a German translation that you can add.

2) I've also attached a slightly modified English translation to fit my needs (fixed a typo, removed redundancy, tried to improve clarity). If you like some or all changes, feel free to add them as well.

3) Can you explain the following sentence as I'm not sure I understand it correctly?

'BY_FILL' => 'Allowed crop to "fill" image sizes in format {width}x{height} eg. 200x100 (comma separated):',

4) The plugin page seems to mention a website that is not available: http://foureyes.pl


RE: Image Resizer - acenda - 2021-02-25

Hi and thanks for this plugin. Smile

Does it work with KCFinder file manager or Responsive file manager?