Using the ImageCache module for automatic thumbnail generation. Image API is using GD, and I have a very simple Scale and Crop preset set to 70x70. I upload the files and no errors, view the page and the uploaded images are long blown up strips.
Using the ImageCache module for automatic thumbnail generation. Image API is using GD, and I have a very simple Scale and Crop preset set to 70x70. I upload the files and no errors, view the page and the uploaded images are long blown up strips.
Comments
Comment #1
drewish commentedWhat are you using to output those files? It doesn't seem like they're imagecache URLs.
Comment #2
iceman42 commentedThats what I was thinking. But thats where those thumbnails are being uploaded to when I put in the content. The other issue is that I have a scale and crop on the thumbnail and its set to 55x55 instead the images that are created are 100x75 so I dont know whats going on.
Comment #3
drewish commentedImageField creates administrative preview icons... you might be seeing those. If you want to use the imagecache presets you'll need to select those from the CCK field display settings.
Comment #4
iceman42 commentedI was using the "thumbnail" preset in the display field. I am going to look at it step-by-step again cause I went through the document while setting up the first one.
Comment #5
iceman42 commentedoh and the other part is the imagecache directory has sub folders with the same name as the presets, which I believe is correct. but other then the example image there is nothing in them.
Comment #6
iceman42 commentedGot IT!
thanks