Page 1 of 1
Sized picture in HTML-Export
Posted: 2005-02-01 18:11:54
by de-37091
Hi,
my pictures in the movie Catalog are 1600x1000 pixel.
The html-export need a function to resize this picture to a specify size e.g. 400x250 with keept the ratio.
Thanx
PS: moviecatalog is very nice tool
Posted: 2005-02-01 19:53:01
by antp
Currently you have to use an external program to make this resize on the exported images.
I plan to add resizing options in the future, but I cannot say when.
Posted: 2005-02-02 14:02:46
by Guest
For me this works fine to keep the picture at normal (Large) size.
<img src="$$ITEM_PICTUREFILENAME" width="150" height="225" ></td>
Posted: 2005-02-02 14:30:34
by antp
Sure but this does not make the pictures smaller. When the pictures are very larges it is quite annoying if you want to put them on a site.
Posted: 2005-02-02 16:14:40
by Guest
you need GD for this work
GD2+ PHP
Re: Sized picture in HTML-Export
Posted: 2005-02-03 19:12:04
by DE-37091
I've found it in the option dialog. :-\
Thanx