The image-processing tag has no wiki summary.
1
vote
0answers
27 views
GraphicsMagick in Drupal 7
D7 has ImageAPI and that ImageMagick Module is also installed. However I want to use GraphicsMagick with D7 but haven't been successful till now. I have both ImageMagick and GraphicsMagick installed ...
0
votes
0answers
75 views
How to Configure Elfinder to Resize Images Upon Upload
When users upload images using Elfilder they are not being processed so they re-size to the limits I have set. They are just uploaded "as-is." I am using TinyMCE through the WYSIWYG module.
0
votes
2answers
59 views
What are the list of Drupal 7 image cropping modules out there? [closed]
Currently I use EPSA crop for cropping images as it uses the same image field without making a new one. What are the list of image cropping modules out there that provide a similar functionality? Epsa ...
5
votes
1answer
89 views
How to bulk update image alt and title?
I have a content type with an image field. How do I update all my images to have the node title as the alt and title of the image?
I don't want to edit hundreds of nodes...
Thank you.
Daniel
0
votes
0answers
30 views
Selling prints with image manipulation preview
I've been requested to build a website to sell art prints and I'm wondering if there's a combination of modules in Drupal 7 to do the following: the users should be able to scale, rotate and crop the ...
0
votes
1answer
28 views
Will image styles be applied when they do not logically apply?
I have a set of biography images in the site I'm working on, and I have an image style that will enforce the correct size for these. Of course I'd rather not have them resized if they don't need it, ...
0
votes
0answers
46 views
Create tar.gz file after image style is generated
I would like to achieve this effect: When an style image is saved, a tar.gz file containing that image is generated in the same directory containing the style image.
How can I achieve this?
2
votes
1answer
471 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
0answers
66 views
How to replace large, original images used for image caching?
All of the content types on my site allow users to upload up to 10 images. Each file is around 2 to 6 mb in original size.
I don't want to add another layer of complexity to their posting experience ...
3
votes
3answers
695 views
Drag & drop files into drupal site?
Does anyone know of a module that allows to drag files from users computer into a target area in site (like in gmail or wordpress)?
ideally this would work with Image and other modules to insert the ...
3
votes
1answer
396 views
Desaturated images colored on hover?
Is there a clean, "hands-free" way to have a ticker full of logotypes desaturated in normal view, but colored on hover? Or should I prepare CSS sprites by myself and go the "dirty" way?
2
votes
2answers
541 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 ...
2
votes
1answer
36 views
Plain Unstrucutred HTML Content Types, How to Pull image from them in Views
This is a plain unstructured node with no CCK structure or anything like that (the site includes thousands of posts so it is impossible to retroactively go back and re-insert the images in using CCK).
...
1
vote
2answers
299 views
how can we display the field in image or pdf format
I have a Content Type as Article with fields Title, Article Content and Tags.
When a user sees a Article, then how can we display Article Content in Image or pdf format.
And Title and Tags will be ...
0
votes
1answer
46 views
Do I need to optimise images for smaller file sizes?
Im adding images to my content through Drupal eg as a CCK field and im normally displaying them through image cache.
I want the images to be compressed for a smaller file size as sometimes the ...
1
vote
0answers
82 views
Use of textimage module
how can we convert the contents of the article into image format using textimage module in drupal 7.
Suppose, we are viewing a article in some textformat (ie default format of drupal) and
if we want ...
0
votes
1answer
616 views
Drupal 7 - How to apply Image Styles to a User uploaded logo for a theme
I have need to be apply an Image Style setting to the logo uploaded at appearance/settings/THEME_NAME
Use Case is: The theme will be used across multiple unique instances within the organization and ...
9
votes
1answer
1k views
add watermark to all images uploaded in the site
I am trying add watermark to all the images uploaded by users. Is there any preprocessor for the same? or any module to achieve it ?
3
votes
2answers
1k views
Which library is better for image processing, GD2 or ImageMagick?
Is ImageMagick is supported by Drupal 7? If the answer is positive, which is better for image processing, between GD2 and ImageMagick?
Are any other alternatives for Drupal 7?
