Forums / General / Image size problem

Image size problem

Author Message

Zoltan Szappanos

Monday 07 February 2005 1:58:07 am

I have a problem in v3.4.4. I wanted to make images in 3 different sizes defined in settings\siteacces\<my page>\image.ini.append.php but when inserted the new image only 2 sizes were generated by EZ in \var\<my page>\storage\image-versioned folder ("medium" and "reference"). The "reference" size was not declared in ini file but was created. It is strange. The behaviour is the same if the size settings are equal in all image.ini files (settings\override\image.ini.append.php and settings\image.ini)
Have anyone any idea?

Thanks in advance.

The content of image.ini.append.php is:
[AliasSettings]
AliasList[]
AliasList[]=small
AliasList[]=medium
AliasList[]=large

[small]
Filters[]=geometry/scaledownonly=120;120

[medium]
Reference=
Filters[]
Filters[]=geometry/scaledownonly=300;300

[large]
Reference=
Filters[]
Filters[]=geometry/scaledownonly=650;650

Eivind Marienborg

Monday 07 February 2005 3:01:51 am

Try adding Reference=reference to all the size-definitions.

Zoltan Szappanos

Monday 07 February 2005 4:03:14 am

Thanks, I've tried that but still doesn't work.