hello all-
using drupal 4.5- might be a stupid question- but i can't seem to determine how to set the default image resolution to just display the uploaded image at its original size- without being resized to a 'default resolution' setting in admin images...
here's an example- if i upload an image that is 500 pixels wide by 200 pixels high-
i would like by default for that image to be displayed as its original size: 500x200.
instead it is being displayed at 640x480- and being resized to this resolution.
i am using image.module for 4.5, the lastest cvs version, image.module 1.134- but the same problem was happening with the 'cleared' version of image.module 1.132.
i am using GD2 as my image processing lib.
of course i am aware that the settings for image.modue allow you to set a default resolution for images in the admin settings- in this case 640x480- and so this is why it is being resized and displayed as 640x480.
BUT- how do i simply upload a bunch of images- or in this case just the original one- 500x200- and simply choose to display all images, by default- at their original image size- WITHOUT having this 'default' resolution setting kick in at all- and without having to set the display size (resolution) for every image individually...
surely there must be a way- all i want to to do is what seems most natural-
freely upload images- and have those images be displayed by default at their original size.