reSmush.it image style optimizer

reSmush.it is a free image optimization API. It compresses the size of your images, making them — and therefore your website — significantly faster to load. reSmush.it image style optimizer is a Drupal module that provides an image style effect with this image optimization capability.

Project page: https://www.drupal.org/project/resmushit
More info and demo: http://www.vacilando.org/article/resmushit

Flickr module documentation

The Flickr module embeds single images and sets hosted on Flickr.com with a link to the corresponding Flickr page.

  • Flickr images can be displayed in blocks, the node body or as fields.
  • Open Flickr photos in Colorbox, Lightbox or alike with a configurable image size.
  • Filter on Flickr tags. These can be taken dynamically from a node's taxonomy terms, making a block with Flickr photos context sensitive. It changes depending on the page the block is shown on. In combination with the node author this allows users to have their relevant photos being displayed alongside a post automatically.
  • Grab public CC licensed Flickr photos by tags simply omitting to specify a user ID. Also dynamically based on node terms.
  • Image caption with the Flickr title, date taken (time ago), where (location) and by who (Real Name or Flickr username).
  • Show the longer Flickr description on hover if it exists.

Comparison of EXIF modules (Drupal 7)

Comparison of modules that handle importing EXIF metadata from images.

Creating nodes

On the first page you see as an administrator on a new Drupal site, there are no less than three links to add new content – one in the sidebar, one in the shortcuts at the top of the page, and one right in the middle of the page. (See figure 1.1) They all open the administrative overlay, allowing you to create either an Article or a Basic page. (See figure 1.2)

Articles and Basic pages are two node types or types of content. Clicking on any of the type names will give you a form used to build a content of that type. This is called the node form. The forms used for Articles and Basic pages are different, but they work the same way. You get a number of fields where you can input information, and you have buttons for previewing or saving the piece of content. (See figure 1.3)


Figure 1.1: A Drupal standard installation without any content – click add content to create your first node!


Figure 1.2: By default, nodes – content – come in two flavors: Articles and Basic pages.

Below is a description for the fields available in the Article node form.

Achieve Taxonomy Image function in Drupal 7 with Imagefield

Now when Taxonomy is an entity, and an entity can have fields; Taxonomy Image functionality can be achieved by adding a Image field to a vocabulary.

How to do this

  1. Enable Image module and its required modules.
  2. Go to the Taxonomy settings page (Administration » Structure » Taxonomy) and choose edit for the vocabulary that you would like to associate images and terms – and then go to Manage fields in the tabs menu.
  3. Now add a image field and make the necessary settings for that field.
  4. Now you have a image field to add images, when you add or edit terms that belong to the vocabulary that has the image field.

Display taxonomy images inside nodes

In the, not so crazy, scenario that you want to display the taxonomy image you just created inside a node, you can do this in Drupal 7 with the use of some extra modules.

First, you will need Entity API and EntityReference installed and enabled. Optionally, you may also want to have Entity View Mode so you can create a custom view mode for displaying the taxonomy term with just the image.

Then, follow the steps below:

Comparison of image cropping and resizing modules

NOTE: This documentation page is outdated and has been moved to the new documentation guide pages under: https://www.drupal.org/docs/comparison-of-contributed-modules/comparison...

These are modules that allow you to adjust an image after you have uploaded it, either to create a different style of the same image (e.g. a thumbnail) or simply to crop/resize or otherwise alter your main image.

Pages

Subscribe with RSS Subscribe to RSS - image