ImageCache allows you to setup presets for image processing. If an ImageCache derivative doesn't exist the web server's rewrite rules will pass the request to Drupal which in turn hands it off to ImageCache to dynamically generate the file.
-1
votes
0answers
17 views
Rewrite imagecache URL
i want to rewrite the url of some of my pictures with a clean url to reference them.
I use image cache to resize & scrop them so i have that kind of url :
base_url + ...
1
vote
1answer
32 views
resizing the dimensions of the an image field
I need to re-size all the thumbnails of my article images to fit the dimensions of the redesign.
Is there a easy way to do this?
0
votes
0answers
28 views
How to increase size of image in drupal 6?
I have a preset in image cache named 100*100.there is some images in it and the height,width of images are 100*37.now i want to increse the size of all images without uploading images again.Is this ...
1
vote
1answer
36 views
Imagecache_external: Thumbnails of external URLs aren't accessible
Modules:
Imagecache External, Media, Remote Stream Wrapper
Scenario:
I created a content type, in which I want to collect Movie Actors. My aim is to add images of those actors which arent hosted on ...
0
votes
0answers
22 views
Generated preview image causes Apache/Nginx to return one extra byte than stored file
I've got an odd problem. To explain it briefly, when a style image is generated the first response, which is the "streamed" data (rather than reading the file from the filesystem) returns one extra ...
0
votes
0answers
18 views
How to resize thumbnail created using Video module in Drupal 6?
I have installed video module on Drupal 6. It create thumbnail when I upload a video film and its created thumbnail is ok.
I have created some views to show content of video type on the site. At the ...
0
votes
1answer
59 views
Drupal image style issues
I have a peculiar problem. I have 3 sites on a Debian/Nginx setup.
Let's call them site1.com, site2.com and site3.com.
After upgrading to 7.20, site2.com and site3.com image styles stops being created ...
0
votes
0answers
38 views
Build user avatar thumbnails after Drupal 5 to 6 to 7 upgrade
I'm upgrading a Drupal 5 site with nearly 100,000 accounts to 6 and then 7. After upgrade to 7 is complete I don't see user pictures/avatars displayed with user profiles or with forum posts/comments.
...
1
vote
1answer
69 views
Drupal 6 to 7 -> all images missing
After upgrading to drupal 7, all the pictures of the items have disappeared.
In the View UI editor, i can not add an image content and it says "Contant manager: broken/missing".
Help?
0
votes
1answer
71 views
Multiple image sizes from one uploaded image?
In my content type, I've got an image uploader. That image then gets processed by an Image Style that scales the image. I want to produce multiple scaled sizes of that image though. So essentially, I ...
0
votes
0answers
39 views
Why does imagecache work for some presets and not others?
I am having a problem with imagecache. Some presets work and other do not in the following code:
$presetname = '477x636'; // this works but if I change it to 60x60 does not
$preset = ...
0
votes
0answers
24 views
Inserting “files” directory causes theme/css to not display
0 down vote favorite
I have a Drupal site that I upgraded from Drupal 5 to Drupal 6. The users' profile pictures no longer display because they were contained under sites/default/files, and there is ...
1
vote
1answer
162 views
Putting a watermark on image using Imagecache Actions
I would like to put a watermark on the images I'm uploading, but a bit differently than how imagecache does it. Since if a use imagecache for this task, the watermark is always on the image, I would ...
0
votes
3answers
118 views
How to find the image cache url for images
I want to get the url to a specific image from image cache. I have the image file name (my_image.jpg), file path (site/default/files/my_image.jpg). From this value I want to get the url to a certain ...
0
votes
1answer
29 views
Upload one image but save/export to multiple formats
Have been searching for this quite some time but I can't seem to find an answer. There must be someone who has encountered this before.
What I want to do is have an editor upload 1 image and then ...
0
votes
1answer
80 views
How to pre-generate image styles after image is uploaded
Is there a quick way in Drupal 7 to generate image styles straight after the image is added to the image field?
0
votes
0answers
58 views
How to use images in theme settings
In Drupal 7, I am trying to put an image field to allow an image to be uploaded to the theme settings.
I am using managed file from the form API to do this. Here is my code:
...
0
votes
1answer
264 views
image style (imagecache) images are not being created
Currently i am unable to create images that get resized automaticaly according to the different image styles.
This includes the default styles such as thumbnail as well as the custom created styles.
...
3
votes
0answers
66 views
Image upload broken when editing content
Sorry if I'm using incorrect terms here. What's going on is, when I edit any content, as the the types of content under 'Content Management > Content Type', there's the Image: field, which I think is ...
4
votes
3answers
197 views
Image quality in Drupal7
Is it possible to preserve image quality when uploading images through Drupal7?
For example, I take this image:
http://f.cl.ly/items/0L3j21030C3O2A3x2w0b/thumb.jpg
I upload it using an Imagefield, ...
1
vote
1answer
171 views
Imagecache: configure image canvas
I'm using Drupal 7 and I'm trying to create an image style, which resizes and crops an image and adds another image as the background. The latter image is the canvas for this image style. I am using ...
1
vote
1answer
246 views
Display images twice in a node with different image cache settings
I have a node type where I'd like to display images as both thumbnails and full size images, so I'd like to use different image cache settings on the two image types. I don't want to use views to do ...
2
votes
1answer
59 views
Can you dynamically request a (cached &) scaled image via imagecache in css?
Is there a way to request a scaled image via imagecache by adding width/height parameters or a preset-reference to the image url within css? For example:
Obviously, to scale down an image in css, you ...
2
votes
1answer
467 views
Drupal 7 image styles ignored by theme preprocess function
I want to display images at the proper image style-defined size, but there's a problem being caused by a preprocess function written by the person who built this site before I came onto the project.
...
0
votes
1answer
119 views
No imagecache actions available
I have imagecache, imageapi and imageapigd enabled on my drupal 6 site. When I visit imagecache presets no actions (crop / resize et al) are available. This all seemed to work fne with the same ...
2
votes
2answers
680 views
How do I programmatically get a styled version of an image via imagecache in D7?
I want to save locally to the server, a styled version of an image attached to a node. "Styled" as in filtered through a custom image style that I have already configured. What is the correct ...
2
votes
1answer
138 views
Image{cache,style} for compression?
Has anyone seen modules that provide image effects for post-generation compression?
I'm thinking things like running the image through a tool like optipng, or similar.
0
votes
1answer
216 views
ImageCache throwing 500 internal server error
I'm trying to use imagecache for the first time. (already installed by someone else. currently not serving any images)
So whenever I try to see an image modified by imagecache I have a 500 internal ...
0
votes
2answers
88 views
Programmically displaying imagecache presets no longer works
I have noticed that recently imagecache no longer displays images when used programmatically. I have seen this happen on an existing site in which it did work at one time and on a new site (that I am ...
1
vote
1answer
78 views
CPU spike during image multiupload — how to optimize performance?
I have an image gallery that allows users to upload a huge number of images at a time (this was a project requirement) and when an upload happens, the server's reported CPU usage spikes to 1000%. What ...
1
vote
1answer
74 views
Print out list of Imagecache presets
I just need an array of the preset names, is there a simple way to do this?
0
votes
3answers
1k views
ImageCache not working
I recently moved my website (Drupal 6) and database to a new server. I am now getting an error whenever I try to upload images using the image field. When I upload images the thumbnail doesn't appear ...
0
votes
2answers
389 views
Drupal 7 - How to use downloaded images, for specific field?
I have dropdown list with 2 options.
First one is to upload image, where I use image upload field and imagecashe for re-sizing uploaded image.
And Second option is to get picture from other site.
...
0
votes
1answer
229 views
User Profile Image not showing correctly
I want to show the profile and few content fields for a user profile. For this, I have used views module. Now the problem is that when I select imagecache preset to profile image(which I have defined ...
2
votes
3answers
852 views
Show default image when no uploaded image
I have a view with a thumbnail of the image uploaded by user. I would like to setup a default image which appears in place of thumbnail in case the user did not upload any image. Is that possible? Any ...
0
votes
1answer
119 views
How can I stop cron from deleting images I need
I have an image that is being deleted by the drupal 7 cron.
This is not good for us and I am trying to figure out how to prevent this.
As I am new to drupal I am not sure even where to begin but I ...
1
vote
1answer
1k views
How do I force rebuilding/generation of files generated by an imagecache preset?
I edited the actions on one of my imagecache presets, but it has only generated a few pictures (instead of hundreds) of pictures.
I am using the preset to in a view to show thumbnails that belong to ...
0
votes
0answers
216 views
Problem with image cache preset folders permissions
I have a problem with image cache. Some of my image cache presets works and some don't work in any place of my site. I checked the image cache preset folders permission and it looks good, but the ...
-1
votes
4answers
249 views
Trying to make gallery with views in Drupal 7
I have made 2 content types one is called Series and the other is Pictures. I have made a field on Pictures that will reference to Series. Using views I made a tab menu page that will appear on only ...
0
votes
2answers
224 views
Cache problem in Drupal 6 when updating node
When I update a node programmatically the node is updated successfully, but it doesn't display updated content. It only display the previous content.
How can I make the node display the updated ...
-1
votes
2answers
313 views
Uploaded image width
After uploading an image, it is re-sized to a width of 904 pixels; I need to keep the original file (1080 pixels).
1
vote
2answers
178 views
How to get width and height of user pictures?
It seems that Drupal doesn't store the width and height of uploaded user profile pictures (standard profile, not profile2).
I would like to be able to link the profile thumbnail to a larger version ...
0
votes
2answers
135 views
Changing the default imagefield formatter for a node field
I am trying to change the default formatter for an imagefield node form field so that it will default to the thumbnail image and not the icon. I have already tried a form alter and that isn't doing a ...
1
vote
0answers
213 views
Keeping the sites/default/files folder in sync in ACTIVE-ACTIVE Drupal setup
We have 2 Drupal servers that read/write to their own copy of the sites/default/files folder. Those 2 folders should be in sync because the Drupal servers are in ACTIVE-ACTIVE setup. I've been looking ...
1
vote
0answers
91 views
Using GD w/imagecache vs. imagecache_optimize or imagecache_smushit
My understanding of PHP GD is that when it writes a file, no meta information is included.
If that's the case, is there any specific advantage to running imagecache_optimize or imagecache_smushit in ...
2
votes
2answers
539 views
How to resize automatically when users upload images by CCK image field
I would like to make the size of images smaller automatically when users upload them using CCK image field.
For example, I would like to let users upload big sized images like 5MB but resize them ...
0
votes
0answers
46 views
How do I convert a document to a preview image? [duplicate]
Possible Duplicate:
How can I convert first page of a pdf as its thumbnail?
I have a file field which allow users to upload document types like pdf, doc and txt. Now I want to convert first ...
4
votes
2answers
2k views
Theme user pictures in comments in drupal 7
I'm trying to set a specific style for user pictures in comments in drupal 7, but can't find how to do it.
I know there is a module for this (http://drupal.org/project/imagecache_profiles) but it's ...
1
vote
0answers
120 views
Banner not displaying correctly
I have uploaded a banner onto my site, and it is not displaying correctly; yet, the content type it appears correctly in my browser.
It appears as though the black areas are not rendering correctly, ...
1
vote
2answers
807 views
Imagecache action for image reflection
I am using Drupal 7. I would like to display images with reflection effect.
For Drupal 6 there is module "Imagecache Effects" that offers this option.
For Drupal 7 there is "ImageCache Actions" ...
