CRM-7574 Automatically resize contact image thumbnails

    Details

    • Type: Improvement
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Won't Fix
    • Affects Version/s: 4.1.0
    • Fix Version/s: 4.4.0
    • Component/s: Core CiviCRM
    • Labels:
      None

      Description

      I noticed that when uploading a user photo, CiviCRM is returning the full-size image and relying on the browser to resize it to a thumbnail.

      The first patch allows the use of the Drupal image_resize() function if it is available.

      The second patch corrects CRM_Contact_BAO_Contact::getThumbSize() so that the returned width is an integer rather than a float.

        Attachments

        1. CRM_Contact_BAO_Contact.php.patch
          0.5 kB
          Bob Vincent
        2. CRM_Contact_Page_View.php.patch
          1 kB
          Bob Vincent
        3. CRM_Core_BAO_UFGroup.php.patch
          2 kB
          Bob Vincent
        4. templates_CRM_Contact_Page_ContactImage.tpl.patch
          0.7 kB
          Bob Vincent

          Activity

          [CRM-7574] Automatically resize contact image thumbnails
          Bob Vincent added a comment -

          More image-resizing code. Should probably factor it out into a function but I don't know which file should hold the function.

          Bob Vincent added a comment -

          Also need to change the template to use the thumbnail URL...

          Donald A. Lobo added a comment -

          Punting to 4.1 for a few reasons:

          1. Not sure if relying on the browser is a bad thing? How does HTML5 play into this?

          2. Ideally we'd want to do this for both drupal and joomla rather than only drupal. Might make sense to "relocate" drupal's code to within civicrm and use it for both

          Bob Vincent added a comment -

          1. If the user uploads a large-size photo, handing it to the browser for resizing may waste several hundred kilobytes of bandwidth.

          2. A better way would to implement a UF_resize_image() wrapper and define it within drupal/civicrm.module and joomla/site/civicrm.php respectively.

          If I get a chance to work on it, I'll post a patch here, as usual.

          Bob Vincent added a comment -

          It turns out that Joomla doesn't have a core function to resize images, so code duplication is probably necessary.

          Donald A. Lobo added a comment -


          Closing issues in batch on 4/16/13 since these issues have not been worked on in a long long time

            People

            • Assignee:
              Donald A. Lobo
              Reporter:
              Bob Vincent

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 20 minutes
                20m
                Remaining:
                Remaining Estimate - 20 minutes
                20m
                Logged:
                Time Spent - Not Specified
                Not Specified