Image

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

At its core, image handling also deals with files, so the FileAPI SIG will have content of related interest.

A few of the image handling items to discuss include: file storage, derivatives (thumbnails, resizing), image manipulation (cropping, watermarking, etc.), galleries, CCK image node.

held69's picture

Best module(s) for image into text function?

As i'm looking for a nice "image into text solution" on my site it would be great to get some input from this group.

Within my site i'm looking for the following requirements of such an 'image' function:

1.Images should be easily inserted into text (cck preferable) in combination with FCK editor.

A combination of a upload button and an insert would be enough.

2.According to the size of images, images should be able to have preset by the Site admin.

3.Uploaded images should be able to be reused.

Read more
aaron's picture

Media Styles

I'm adding display formatters to the Media module, and could use some feedback.

Read more
aaron's picture

Media Sprint in NYC a Success!

The Media Sprint in late October was amazing! Jody and Maarten hunkered in one corner and bashed out the UI, while Peter and Darrel worked out some of the FileField integration. Meanwhile Arthur whipped out a File Metadata implementation, and I began teasing the existing work out of Drupal 6 and into Drupal 7.

Only local images are allowed.

Also in the fray were Jonathan, Forest, Rob, Oleg, and Jen, who participated in varying degrees. Jen also took the opportunity to begin a cool new core theme for Drupal 7, and with Darrel's help took some time to give us a pre-fab image field with core articles! W00T!

The sprint was an amazing success. The module actually works now, as evidenced by Arthur's demonstration screencast. After installing Media, you can actually browse your file system in the administrative screen, with lovely thumbnails representing the file objects. The same action is also available when uploading a new file.

In the past couple of weeks, we've also made strides towards implementing remote streams, with the Media: YouTube module almost ready for unveiling.

Read more to see what's next, and to see pictures!

Read more
aaron's picture

Impromptu DimDim Session about Emfield + Imagecache

Start: 
2009-10-28 11:40 - 12:00 America/New_York
Organizers: 
Event type: 
Online meeting (eg. IRC meeting)

I'm going to do a quick, impromptu Dojo session on DimDim about using Embedded Media Field in conjunction with Imagecache. Because I feel like it. Sorry about the short notice; I'll post deets here for interested people who want to know but missed the show... For Drupal 6. Join #drupal-dojo in IRC.

Read more
mrfelton's picture

Image compression / JPEG Quality

There seem to be two places where I can set the 'JPEG quality' of uploaded images:

admin/settings/image-toolkit
admin/settings/imageapi/config

So, question 1) What does each setting do - why are there 2 settings? As far as I can make out, the imageapi setting affects imagefield and imagecache, whilst the other setting effects other uploaded images.

Read more
aaron's picture

DrupalMedia.org Launched for the Sprint!

As a supplement to the Media group, I launched Drupal Media today to help with the ongoing Media sprint efforts. On its front page, you'll see a map to the next sprint (which is at Mansueto - 7 World Trade Ctr, New York, NY this Friday-Saturday, October 23-24, from 9-5). Tabs are also available for discussions (add your own), videos, and a feed to the Media module issue queue. Please give me any feedback or desired functionality that would be useful for the site. (Including long-term plans for the useful domain, contributed by the good folks at Development Seed.)

Drupal Media

Don't forget that you have to pre-register if you plan to come to the sprint, with your full name. Hope to see you there, or at #drupal-media in IRC!

Read more
aaron's picture

Revised Media Roadmap for Sprint Oct 23-24

Media API

  • Create a workflow diagram.
  • Ensure Registration of Media modules works, and is complete. See media_get_registered_modules().
  • Convert 'Resources' to 'Streams' to work w/ Stream Wrappers in core.
  • Document all hooks for the module.
  • Determine continued need/placement for 'Formatters'.
  • Continue building Media form (ala Maarten's designs).
  • Add thumbnail support for browsing files.
  • Convert dbqueries to dbtng.
  • Drupal behaviors & AHAH callbacks.
  • Create any required images.
  • Add default theme options for stream display in browser.

File/Stream Handling

  • Handle uploaded files.
  • Integrate with FileField.
  • Ensure files shared in multiple places aren't deleted unless they are singular.
  • Handle shared files/streams.
  • Handle streams other than default public/private.
  • Token integration.

Remote Streams

  • Create YouTube stream wrapper.
  • Create Flickr stream wrapper.
  • Create Brightcove stream wrapper.

Media Metadata

  • Determine continued need/placement for 'Metadata' (and how it fits w/ core RDF).
  • Determine if key/value pairs is best way to go forward.
  • Create table for storage.
  • Create hooks for modules to store unique columns.
  • Create metadata collection form.

SimpleTests

  • Create simpletests.

Views Integration

  • Allow a Views formatter for file browser -- perhaps an administrative dropdown of available views ala quicktabs or panels?

WYSIWYG Support

  • Research the WYSIWYG module to determine how to integrate.
  • Create a plan for WYSIWYG integration.
Read more
mwoodwar's picture

CCK Gallery- Displays in IE but not Firefox?

I created my first slideshow using the Views/Gallery, and for several days it all worked fine. All of a sudden I noticed that images were no longer rotating. I went back to look at the View (but I knew I hadn't changed anything)...then discovered that it worked fine in IE??

What had changed? I had installed the 'notify' module, and it complained about some js files (which I found and uploaded to the datepicker)...could that somehow have effected things? I'm at a loss,

Read more
aaron's picture

Monster Media Sprint!

Start: 
2009-10-23 09:00 - 2009-10-24 17:00 America/New_York
Organizers: 
Event type: 
User group meeting

Fellow Media Moguls,

We're shaking off the dust from the Media module, which was sadly neglected during the heady Summer of Code, where we got Stream Wrappers into core! I'm excited to meet now with my fellow Drupalistas, and get the module presentable for Drupal 7 (and Drupal 6, if anyone is interested in helping on that front).

Read more
joachim's picture

Drupal 7: image gallery, image content type

The maintainers of image module (me, sun) and the main author of image module in core (quicksketch) got together over lunch at DrupalCon Paris, to figure out the future of image module in D7.

The general plan so far:

  • image module itself is obsolete. Just add an image field to whatever content type you want.
  • image_attach should become a formatter / widget for CCK nodereference (which isn't in core). As for the current ability to add a new image node on the fly, there are currently several 'add & reference' modules (see the Duplicated Modules Hall of Shame...)
Read more
joachim's picture

Image 6.x-1.0 code sprint and RELEASE!

Image module 6.x-1.0 is happening!
If you are going to be at DrupalCon Paris and you have an interest in this module, in getting a 6.x-1.0 release out of the door, and in this project's path towards integration with imagefield/CCK, then please come to the Image code sprint.

The tentative plan is:
- file patches, test patches, commit patches in the lead up to conference
- day 1 of sprinting: commit patches and release 6.x-1.0-RC1
- last day of conference: address any issues filed on the RC and make a full release.

Read more
zhulikas-gdo's picture

Way to manage image.module Image display.

Hello, I posted an issue at http://drupal.org/node/558686 Can anyone help me with this one? I guess people in this group could know more about the solution of this one.

Read more
kirilius's picture

What is the best way to create an inline slideshow of images?

What is the best way to create an inline slideshow of images like the one they usually put on the first page and some articles on the http://www.nytimes.com site?

Required features:
1) The slideshow must be a view - for flexibility and easy placement in a node's body. The list of images must be derived from the view naturaly.
2) The slideshow must have some sort of controls: 1, 2, 3... links or "previous"/"next", etc. There must be some sort of manual control. This I think excludes the Views Slideshow module for the moment, since manual controls are not implemented there yet.

Read more

Creating new nodes from reference fields

This is a list of modules which enable the creation of new content directly from a nodereference field. That is, if an "album" content type had a nodereference field for "performer," you could add new performers not already in the system at the time you create a new album.

Read more
aaron's picture

Media Sprint in Philly Today & Tomorrow!!!

Start: 
2009-07-26 11:00 - 2009-07-27 17:00 America/New_York
Organizers: 
Event type: 
Online meeting (eg. IRC meeting)

Wow, somehow announcing this at gdo slipped off my radar. In any case, if you haven't already heard the good news at Zivtech you might want to know about the Media Sprint planned today and tomorrow in Philly!

Read more
drupalthinkers's picture

Google image search

We would like to contribute the module, auto-image-file-name. There is a big need in all of our projects to google search enable our images. One of the important criteria for the same is the image file name.

Read more
dacwe's picture

Imagemagick resizing

What is the difference between resize and scale?

I have a slow (qnap/arm) server and using convert -resize ... it takes over 2 minutes to resize a normal photo. Using the scale method it "only" takes about 20 seconds. This relly improves the experience for me when resizing lots of images...

Is there any other way to speed up the conversion?

The change in image.imagemagick.inc:

<

pre>
$ diff image.imagemagick.inc image.imagemagick.inc~
76c76

< * String with the operation: 'scale', 'crop', 'rotate'.

Read more
gmarcotte's picture

image gallerie selection goes away in edit image

I have the modules

Enabled Name Version Description
Image 6.x-1.0-alpha4 Allows uploading, resizing and viewing of images.
Required by: Image Attach (enabled), Image Gallery (enabled), Image Import (enabled)
Image Attach 6.x-1.0-alpha4 Allows easy attaching of image nodes to other content types.
Depends on: Image (enabled)
Image Gallery 6.x-1.0-alpha4 Allows sorting and displaying of image galleries based on categories.
Depends on: Image (enabled), Taxonomy (enabled)
Image Import 6.x-1.0-alpha4 Allows batches of images to be imported from a directory on the server.

Read more
jrtayloriv's picture

Using Views to embed an Image gallery in another node

I want to create an image gallery using the "Image Gallery" module, but instead of having the gallery displayed on it's own page, I'd like to embed & display the gallery in another node.

Read more
aaron's picture

Media Shiai/Sprint

Start: 
2009-06-27 09:00 - 2009-06-29 17:00 UTC
Event type: 
User group meeting

Join us at the two day Google Summer of Code - Media Shiai/Sprint (Media Ninja Tournament) in Cambridge / Boston (at the Brightcove headquarters) Denver (during DrupalCamp Colorado (and the following Monday at Denver Open Media! Our goal is a Media module Alpha release!

Read more
Subscribe with RSS Syndicate content

Image

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week