Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image Resizer
#1
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]
http://flexphperia.net - my portfolio
Reply
#2
Now avalible Russian translation for this plugin.
Reply
#3
Btw. there's also this similar plugin:

Imagizer plugin
Reply
#4
(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.
Reply
#5
New version available: 1.02

Added new modes: crop to fit in dimensions or fill in dimensions + some security bug fixes
http://flexphperia.net - my portfolio
Reply
#6
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!
Reply
#7
(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.'"/>';
Reply
#8
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).
Reply
#9
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


Attached Files
.php   de.php (Size: 1.74 KB / Downloads: 3)
.php   en.php (Size: 1.64 KB / Downloads: 0)
Reply
#10
Hi and thanks for this plugin. Smile

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




Users browsing this thread: 1 Guest(s)