1
luciorota
New image tool
  • 2009/8/14 15:02

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


What about including this php script in Xoops?

Smart Image Resizer
Resizes images, intelligently sharpens, crops based on width:height ratios, color fills
transparent GIFs and PNGs, and caches variations for optimal performance
Created by: Joe Lencioni (http://shiftingpixel.com)


here an improved version
http://luciorota.altervista.org/xoops/modules/wfdownloads/singlefile.php?cid=2&lid=13

ELSEWHERE

...including this script?

http://www.codicefacile.it/smartimage/index.php

It will be a very useful improvement...

2
Mamba
Re: New image tool
  • 2009/8/14 15:30

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


We definitely need something in XOOPS.

Did you see this module from Runeher?


3
urbanspacema
Re: New image tool

at work I use the cms ezpublish, it using images in a very intelligent way. can do for XOOPS something similar.

in ezp all the images are stored in the MEDIA LIBRARY.

For every image you create multiple copies of different dimensions (the dimensions are taken from a list)

eg

thumb = 120x200
article = 200x300
full = 400x400
...
...

then the image will be created

<img src="image.jpg" imageclass="thumb" />
<img src="image.jpg" imageclass="full" />

so all the pictures on the site would be consistent.

certainly occupy more space but would be more practical.

What do you think?


sorry for bad english

4
ghia
Re: New image tool
  • 2009/8/14 19:48

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Quote:
For every image you create multiple copies of different dimensions (the dimensions are taken from a list)
It is what some albums do as eg XcGal.

5
Mamba
Re: New image tool
  • 2009/8/14 21:00

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


We still need an "Image Manager" for XOOPS.

Who is willing to make this one from XGarb a reality for us?

6
ghia
Re: New image tool
  • 2009/8/14 21:24

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


What happened with this one?

7
urbanspacema
Re: New image tool

yes,
it would be nice to have the default in the next version of XOOPS

8
Mamba
Re: New image tool
  • 2009/8/14 22:50

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
it would be nice to have the default in the next version of XOOPS

Absolutely!!! So the question: who will help us to have it in Core? Any takers?

9
bumciach
Re: New image tool
  • 2009/8/15 17:56

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


I think that we should look at "Image Manager" in two aspects.

1. User front-end for uploading files (not only image type), which can be reused in any XOOPS module. It consists of:
- advanced file form to choose a file to upload, for examplehttp://www.uploadify.com/demo/
- directory listing to choose to which directory on server upload, likehttp://abeautifulsite.net/notebook_files/58/demo/

2. Tools for image manipulation (resizing, converting, etc.).

10
luciorota
Re: New image tool
  • 2009/8/15 20:43

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


1 step: modulize image manager

Login

Who's Online

195 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 195


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits