2007 Barcelona Drupalcon Image handling

30
Image handling in core ... for real this time

description

 

Transcript of 2007 Barcelona Drupalcon Image handling

Page 1: 2007 Barcelona Drupalcon Image handling

Image handling in core... for real this time

Page 2: 2007 Barcelona Drupalcon Image handling

fixing drupal image handling

Page 3: 2007 Barcelona Drupalcon Image handling

no more walkah drupalcon

presentations about images

Page 4: 2007 Barcelona Drupalcon Image handling

(yeah, right)

Page 5: 2007 Barcelona Drupalcon Image handling

What to we have?

Page 6: 2007 Barcelona Drupalcon Image handling

What do we need?

Page 7: 2007 Barcelona Drupalcon Image handling

How are you gonnafix it?

Page 8: 2007 Barcelona Drupalcon Image handling

How do we get there?

Page 9: 2007 Barcelona Drupalcon Image handling

What do we have?

Page 10: 2007 Barcelona Drupalcon Image handling

How do I upload my f()#@)@* picture?!

Page 11: 2007 Barcelona Drupalcon Image handling

image.inc

image.module

imagecache

imagefield

acidfree

image.imagemagick.inc

upload.module

upload_image.module

img_assistimage_attach

Page 12: 2007 Barcelona Drupalcon Image handling

I just want one f#(@*# image module!

Page 13: 2007 Barcelona Drupalcon Image handling

toolkits

• unclear to users that they are available

• no way to tell where to get them

• awkward to install

Page 14: 2007 Barcelona Drupalcon Image handling

image.inc - image api

• Too sparse

• Toolkits are clumsy

• Anyone even know it’s there?

Page 15: 2007 Barcelona Drupalcon Image handling

image.module

Page 16: 2007 Barcelona Drupalcon Image handling

image.module

• “Image as nodes”

• No CCK support

• No per-type resizing

Page 17: 2007 Barcelona Drupalcon Image handling

imagecache

• “non optimal” interface

• “fragile”

Page 18: 2007 Barcelona Drupalcon Image handling

imagefield

• Effectively requires imagecache

• Not as “easy” as image module

• Otherwise pretty cool, I guess

Page 19: 2007 Barcelona Drupalcon Image handling

What do we want?

Page 20: 2007 Barcelona Drupalcon Image handling

OMFG, uploading pictures in Drupal is easier than wordpress!

Page 21: 2007 Barcelona Drupalcon Image handling

<steef> OMFG, walkah, image manipulation in drupal does *everything* I’ve ever wanted!

Page 22: 2007 Barcelona Drupalcon Image handling

what do I want?

Page 23: 2007 Barcelona Drupalcon Image handling

toolkits

image api

image upload form widget

image cck field type

galleries, croppers, etc

transformation rule building

Page 24: 2007 Barcelona Drupalcon Image handling

clear and simple

Page 25: 2007 Barcelona Drupalcon Image handling

end users

Page 26: 2007 Barcelona Drupalcon Image handling

site builders

Page 27: 2007 Barcelona Drupalcon Image handling

developers

Page 28: 2007 Barcelona Drupalcon Image handling

to never ever EVER get another image

support email

Page 29: 2007 Barcelona Drupalcon Image handling

ever.

Page 30: 2007 Barcelona Drupalcon Image handling

how do we get there?