Image

Events happening in the community are now at Drupal community events on 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.

Best module(s) for image into text function?

Posted by held69 on November 27, 2009 at 1:37pm

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

Media Styles

Posted by aaron on November 12, 2009 at 12:02pm

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

Read more

Media Sprint in NYC a Success!

Posted by aaron on November 10, 2009 at 3:57pm

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

Impromptu DimDim Session about Emfield + Imagecache

Posted by aaron on October 28, 2009 at 3:30pm
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

Image compression / JPEG Quality

Posted by mrfelton on October 26, 2009 at 10:04am

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
11 comments Categories: ,

DrupalMedia.org Launched for the Sprint!

Posted by aaron on October 19, 2009 at 9:33pm

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

Revised Media Roadmap for Sprint Oct 23-24

Posted by aaron on October 17, 2009 at 12:08am

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

CCK Gallery- Displays in IE but not Firefox?

Posted by mwoodwar on October 2, 2009 at 5:25pm

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
1 comment Categories: , ,

Monster Media Sprint!

Posted by aaron on September 15, 2009 at 6:10pm
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

Drupal 7: image gallery, image content type

Posted by joachim on September 4, 2009 at 1:35pm

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

Image 6.x-1.0 code sprint and RELEASE!

Posted by joachim on August 26, 2009 at 9:31am

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

Way to manage image.module Image display.

Posted by zhulikas-gdo on August 25, 2009 at 7:43am

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

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

Posted by kirilius on August 19, 2009 at 2:54pm

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
2 comments Categories: , ,

Creating new nodes from reference fields

Posted by joachim on August 9, 2009 at 2:20pm
Last updated by nikodev on Sat, 2016年01月30日 08:41

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

Media Sprint in Philly Today & Tomorrow!!!

Posted by aaron on July 26, 2009 at 11:39am
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
1 comment Categories:

Google image search

Posted by drupalthinkers on July 23, 2009 at 6:44am

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
3 attachments Categories: ,

Imagemagick resizing

Posted by dacwe on June 15, 2009 at 9:55pm

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

image gallerie selection goes away in edit image

Posted by gmarcotte on May 30, 2009 at 8:36pm

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
1 comment Categories:

Using Views to embed an Image gallery in another node

Posted by jrtayloriv on May 26, 2009 at 8:46pm

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

Media Shiai/Sprint

Posted by aaron on May 11, 2009 at 7:57pm
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
Categories:
Subscribe with RSS Syndicate content

Image

Group organizers

Group notifications

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

AltStyle によって変換されたページ (->オリジナル) /