Background:
I'm trying to set up a website for my (news publishing) company. One of the functionality would be the ability to handle images.
Now, I'm trying to configure image module in Drupal 7 to duplicate Drupal 6 functionality.
Any thoughts on the following?
1. D7 no longer generates various sizes for images uploaded (e.g. thumbnail, preview, original). I can set multiple image styles, but I can only choose one image style under the 'Manage Display' tab for the content node 'Image'. Any idea to get D7 to create more image sizes?
2. In D6, images uploaded can be assigned to galleries. Any ideas how to set this up in D7? Seems most gallery modules aren't ported over to D7 yet.
3. What's the best way to upload images in bulk in D7? In D6, images can be uploaded with FTP, then Drupal would recognize all the files on a single page where the titles, body text, tags and galleries can be assigned. Seems like D7 does allow multiple images to be uploaded to a single node. Any downsides to that?