X-Cart:Magnifier

From X-Cart 4 Classic
Revision as of 15:43, 22 January 2010 by Admin (talk | contribs) (Managing X-Magnifier Images)
Jump to: navigation, search

Overview

What X-Magnifier does

X-Magnifier enhances delivery of image content in an X-Cart-based online store and provides enriched media experience to the store website visitors. Designed to facilitate presentation of high-resolution images on the Internet, X-Magnifier add-on module provides a Flash-based viewer that allows your store visitors to examine large images of your product items in detail and, possibly, even to save some time and traffic while doing so. Customers can freely zoom in and out on any area of an image, as well as drag the image around in the viewer work area to examine every detail of the item displayed. No image quality loss occurs during magnification, so your customers are provided the ultimate viewing experience at any magnification level.

X-Magnifier add-on module provides the following key features:

  • Support for images of up to 2000 x 2000 px in size without image quality loss
  • Smooth zooming and panning
  • Unlimited number of zoomable images for any product in the store
  • Skinnable image viewer, 2 skins included
  • Resizable image viewer popup window
  • Support for GIF, JPEG and PNG image formats
  • Advanced tool for creating thumbnail icons
  • Image repository located on the server file system
  • Clear layout of all interface elements
  • Ease of back-end administration

X-Magnifier add-on module is a valuable acquisition for any online store, but it is especially recommended for stores selling watches, jewelry items, home decorations, kitchen and tableware, cell phones and digital cameras, apparel and accessories, toys, antiques, artwork and various collectibles.

How X-Magnifier Works

X-Magnifier at a glance

The storefront part of the add-on provides an image viewer based on Macromedia Flash technology. The viewer allows website visitors to zoom and pan high-resolution images quickly and easily, regardless of connection speed. Images that can be displayed in the viewer are uploaded onto the server through X-Cart's administration back-end and are stored on the server file system in a multi-resolution tiled format which allows the user's browser to download only small amounts of data while an image is being panned within the viewer work area or zoomed to display an increasing level of detail.

Levels and tiles

The outstanding performance of X-Magnifier add-on module in displaying large high-resolution images even on a slow Internet connection is explained by the way these images are served to the user's web browser. Instead of providing to the browser an entire full-size large image, X-Magnifier gives the image away gradually in small portions.

After you upload an image into the store for the purpose of showcasing it in X-Magnifier viewer, this image is processed by the module in a certain way, which results in creation of levels and tiles for this image. Levels correspond to the magnification steps that the image will go through when being zoomed in the viewer. Tiles are small pieces of the image that will be loaded into the viewer at each magnification level.

The number of levels that is created for an image is defined dynamically and depends on the image size. The highest level corresponds to the largest scale at which a user will be able to view the image when zooming in.

The process of zooming and panning is as simple as switching between magnification levels and loading the necessary tiles. Whenever a user opts to change an image's zoom scale or to shift the image in the viewer work area, X-Magnifier calculates the magnification level at which the image needs to be displayed and allows the image viewer to load only those image tiles that represent portions of the image area selected by the user.

Flash technology ensures smooth transitions between the different magnification levels, so 'jumps' from one level to another are transparent to the user.

Each image tile loaded onto the user's computer is cached, so when the user chooses to return to an area of the image that he or she has already viewed, the tiles of that area do not have to be loaded from the server again, but are drawn from cache.

Due to that only a few tiles are loaded into the image viewer every time the user zooms or pans the image, load time and the amount of traffic consumed remain much smaller than they would be if the user's browser were loading entire large images.

Supported image formats and image size limitations

Source files for uploading into X-Magnifier can be in GIF, JPEG and PNG formats.

X-Magnifier does not have any limitations as to the file size of images that can be used. The file size of an image can be as large as you wish, as long as the server on which your store is running can handle it.

As to image dimensions, the maximum image size that X-Magnifier can handle without compression is 2000 by 2000 pixels. You can upload images of any size (which may be especially convenient when uploading pictures directly from your digital camera without resizing them in an external program), but all images larger than 4 megapixels will be automatically shrunk by the module to 2000 pixels along the maximum dimension.

Image repository

All the files produced by X-Magnifier as a result of processing an image that has been uploaded into the 'Images for X-Magnifier' section of your store are put into the directory '/xcart/images/Z/ProductID/ImageID', where '/xcart' is the directory of your X-Cart installation, 'ProductID' is a number representing the ProductID of the product for which the image was added and 'ImageID' is a number representing the ID of the image as assigned by X-Magnifier add-on module (For example, '/xcart/images/Z/63/1' would be a folder containing image files for the first zoomable image of a product whose ProductID is defined as 63).

Every '/xcart/images/Z/ProductID/ImageID' directory in your store will contain the following elements:

  • a set of JPEG image files containing image tiles for different magnification levels (The filenames of such files are defined in the format n_x_y.jpg, where n stands for the level number, x and y - for the coordinates the tile is supposed to have in the layer matrix);
  • level_0.jpg - an image file providing the smallest scale representation of the image that a user will be able to see in the viewer;
  • thumbnail.jpg - an icon that will represent the image in the image nav bar of X-Magnifier image viewer if more than one zoomable images are added for the product;
  • description.xml - an XML file describing the structure of levels of the image.
Warning: Please note that the contents of the directory /xcart/images/Z must not be tampered with. Removing or editing any files in this directory may corrupt your image data.

When moving your X-Cart-based store to a new location, be sure to move the directory '/xcart/images/Z/' with it retaining the directory structure.

Image format conversion issues

Note that any GIF and PNG images that you upload for use in X-Magnifier as zoomable images are automatically converted to JPEG. Please be aware that format conversion may have an undesirable effect on images that have transparent areas: as JPEG format does not support transparency, image areas that used to be transparent in GIF and PNG will no longer look transparent after the images are processed by X-Magnifier. In GIF files, transparent areas become black, while PNG transparency may turn into shades of gray.

Installing and Uninstalling X-Magnifier

System Requirements

Before trying to install the add-on module, make sure you have the following:

  • A web server with support for PHP 4.0.6 or better. Make sure the configuration file php.ini meets the following requirements:
    • safe_mode must be disabled.
    • file_uploads must be enabled.
    • register_long_arrays must be enabled (only for hosts using PHP5; not required for PHP4).
Tip: For help on PHP configuration settings, visit http://www.php.net.
  • Access to a MySQL database. Make sure you have the following information:
    • your MySQL server name,
    • your database name,
    • your username and password for access to the database.
  • X-Cart 4.1.11 installed on the server.
  • GDLib 2.0 or better installed on the server. GDLib must be compiled with libJpeg (Ensure that PHP is configured with the option --with-jpeg-dir=DIR, where DIR is the directory where libJpeg is installed).
Note: GDLib is involved at the stage of preparing a new image for use with X-Magnifier, but it is not involved in zooming or panning of an image in X-Magnifier viewer. All GDLib does is convert images from the GIF or PNG formats to JPEG and cut them into tiles. This means that, after you have already uploaded some images for X-Magnifier into the store, deinstallation of GDLib from the server will not affect X-Magnifier's ability to show the previously uploaded and processed images in X-Magnifier viewer. However, you will not be able to upload any new X-Magnifier images without GDLib.
  • Flash Player 8.0 or better is required for viewing of X-Magnifier images on the client side. Users of systems on which the Flash Player is not installed will be offered to download it.

Installing X-Magnifier

To install X-Magnifier add-on module, follow these steps:

1. Ensure that the system requirements are met. 2. Obtain an X-Magnifier distribution package from the section Software distributives of X-Cart File Area. The package you need is contained in the archive file x-magnifier-x.y.z.tgz, where x, y, z are your X-Cart version numbers. 3. Decompress the distribution package archive to a local directory on your system using your favorite compression program (any archiver with support for TAR files). 4. Upload the resulting files to the server directory where your X-Cart is installed.

Note: Please make sure you keep the directory structure during unpacking and uploading, otherwise some necessary files can be overwritten!

5. Point your browser at the location of your store with the addition of /install-xmagnifier.php to launch the Installation Wizard.

For example, if your domain name is www.example.com and your X-Cart-based store is installed in the directory /xcart off your web root, you should enter http://www.example.com/xcart/install-xmagnifier.php into your browser address line.

6. Follow the Wizard's instructions to install the add-on module at your site:

Step 1: License agreement.

This step provides a Software License Agreement for you to accept and requires you to enter your Auth code:

Xmagn install 01.gif

Please read the Software License Agreement. If you agree to all of the terms of this agreement, select the 'I accept the License Agreement' check box.

Note: By selecting the 'I accept the License Agreement' check box, you are consenting to be bound by this agreement. If you do not agree to the terms of the agreement, do not install the software.

Use the field 'Auth code' to enter your Auth code. Auth code is a special authentication code that protects your X-Cart installation. Such a code was issued to you when you first installed your X-Cart-based store. If you do not remember your Auth code, you can look it up in X-Cart's file include/install.php or in the 'Summary' section of your store's Admin zone.

Click the Next button.

Step 2: Installing and configuring the module.

The installation script will create a directory skin1/modules/Magnifier and copy the module files to that directory. It will also make changes to the database by creating the necessary database tables.

Xmagn install 02.gif

Click Next to proceed.

Step 3: Installation complete.

This is the final step of X-Magnifier installation. It notifies you that the module has been successfully installed and provides a link to the administration back-end of the store where you can enable and configure the module.

Xmagn install 03.gif

Uninstalling X-Magnifier

To uninstall X-Magnifier, do the following:

1. Launch the Installation Wizard (Point your browser at the location of your store with the addition of /install-xmagnifier.php) 2. At the first step of the Installation Wizard (Step 1: License agreement), select the 'Un-install the module' radio button.

Xmagn uninstall 01.gif

Click the Next button.

3. The Installation Wizard will remove the module files and deactivate the module (Step 2: Uninstalling the module).

Xmagn uninstall 02.gif

Click Next to proceed.

4. Uninstallation complete is the final step of the uninstallation process. It notifies you that the module has been successfully uninstalled.

Xmagn uninstall 03.gif

Please note that the Wizard will not automatically remove the directory '/xcart/images/Z/'. You will need to remove it manually.

Important: After uninstalling X-Magnifier, be sure to remove the module distribution package from your web directory.

Admin Interface

Enabling and Configuring X-Magnifier

Enabling X-Magnifier

After X-Magnifier add-on module is installed, you need to log into the Admin area of your store and enable it:

  1. Go to the 'Modules' section of the store's administration back-end (Administration menu->Modules).
  2. In the list of modules and add-ons, find the name 'Magnifier' and select the check box opposite it.
  3. Click the Update button at the bottom of the list.

Configuring X-Magnifier

After activation, the add-on module needs to be configured:

1. Go to the section 'General settings/Modules options->Magnifier options':

Xmagn options.gif

2. Adjust X-Magnifier options:

3. Use the option 'Image viewer style' to select a skin for your image viewer. You can choose one of the pre-designed skins provided with the module or create a skin of your own (More information is available in the chapter Skinning X-Magnifier of this manual)

4. Select the check box 'Display image viewer in a popup window' if you wish the image viewer to be displayed in a popup window. Unselect if you wish the viewer to appear in a standard X-Cart dialog box. When displayed in a standard X-Cart dialog box, the image viewer work area is non-resizable.

5. Use the options 'Image viewer width' and 'Image viewer height' to specify the size with which you would like the image viewer to open. When the image viewer is displayed in a popup window, the size defined by these options is used as the initial size of the image viewer frame (the size used before the user resizes the popup window in which the viewer is displayed). When the image viewer is displayed in a standard X-Cart dialog box, the size defined by these options is the only size available.

Important: The minimum size at which the image viewer can be displayed with all its elements fully visible is 420 x 420 pixels. It is not recommended to use widths and heights smaller than these values.
Note: Images being uploaded for use with X-Magnifier are sliced so that the size of their Level 0 images will fit the size of the image viewer work area corresponding to the image viewer size defined by the current values of the options 'Image viewer width' and 'Image viewer height'. This means that if you change the values of the options 'Image viewer width' and 'Image viewer height' after having uploaded some images for X-Magnifier, the size of the previously created Level 0 images will no longer fit the work area displayed at the default size. This will not prevent normal operation of the module; however, if you wish all Level 0 images to be the same size as the default size of the image viewer work area, you might want to re-slice all your previously uploaded images. See the section Re-slicing images in the chapter 'Managing X-Magnifier Images' for details.

6. Click the Save button.

Note: Please do not change any values defined in the file modules/Magnifier/config.php except the value of '$magnifier_sets["save_init_image"]' as it can cause a negative effect on the look of X-Magnifier image viewer and the functionality of X-Magnifier in general.

Managing X-Magnifier Images

Uploading images

With X-Magnifier you can upload magnified product images either separately or in bulk. To upload images separately for each product you should use a special interface of the Product management page in the X-Cart Admin area while bulk image import is supported through the default X-Cart functionality for importing and exporting data in the CSV format: You simply create a CSV file (any spreadsheet editor suits well here), specify image filenames and location, and upload the file through the X-Cart Admin area. The system will automatically associate all images with a respective products according to the data in the file. For instructions on how to upload X-Magnifier images through a CSV file please refer to [X-Cart:Importing and Exporting data].

Important: When you upload X-Magnifier images (both separately and in bulk), the system only assigns images to products, but it does not automatically create thumbnail icons and slice images. You must force to slice X-Magnifier images and create thumbnail icons manually. For instructions, see #Creating thumbnail icons and [#Re-slicing images]] sections.

To upload a zoomable image for a product:

1. Find the product for which you wish to add an image and open this product for viewing/modification. 2. In the 'Product Management' section menu, click the link 'Images for X-Magnifier':

Xmagn image managing.gif

This should open a dialog box titled 'Images for X-Magnifier':

Xmagn images empty.gif

3. Select an image to be uploaded:

  1. In the 'Add a new image' section of the 'Images for X-Magnifier' dialog box, click the Browse button. A dialog box titled 'Image selection' opens in a new window.
  2. In the 'Image selection' dialog box, specify the location of your image file (Use an appropriate Browse button if the file is located on the server or on your local computer, or enter an image URL if the file is located on the Internet).
  3. Click on Apply. The desired image should appear in the Preview.

4. Click on Upload. The image should be added to the list of the product's images for X-Magnifier:

Xmagn images added.gif

Enabling/Disabling X-Magnifier images

If you wish a certain image to become temporarily inaccessible to customers, disable this image.

To disable an image:

  1. Open the 'Images for X-Magnifier' dialog box listing the desired set of zoomable product images.
  2. In the list, find the image that needs to be disabled.
  3. From the 'Availability' drop-down box opposite the thumbnail icon of this image, select the status Disabled.
  4. Click the Update button to assign the new status to the image.

As soon as the status becomes assigned, you should see a confirmation message in an Information box.

To re-enable a previously disabled image, select Enabled from the 'Availability' drop-down box opposite this image and click the Update button.

Changing the order in which X-Magnifier images appear in the viewer

If a product has more than one zoomable images, it is possible to control the order in which these images appear in the image navigation bar of the viewer.

To change the order of X-Magnifier images:

  1. Open the 'Images for X-Magnifier' dialog box listing the desired set of zoomable product images.
  2. Adjust the values of POS. boxes for all the images by entering the desired position numbers.
  3. Click the Update button for the changes to be applied.

As soon as the position numbers are redefined, you should see a confirmation message in an Information box.

Creating thumbnail icons

X-Magnifier provides a tool that allows you to create thumbnail icons for zoomable images.

To create or change an image thumbnail:

1. Open the 'Images for X-Magnifier' dialog box listing the desired set of zoomable product images. 2. Click on the link 'Re-create thumbnail' opposite the image for which you wish to create or change the thumbnail icon.

Xmagn thumbnail link.gif

A popup window with the tool for thumbnail creation opens:

Xmagn thumbnail popup.gif

3. Define the area that you would like to be displayed in the icon by dragging and resizing the red frame.

Xmagn thumbnail popup 2.gif

4. Click the Create thumbnail button. The image thumbnail icon in the 'Images for X-Magnifier' list should be updated.

Xmagn thumbnail updated.gif

Re-slicing images

X-Magnifier enables you to re-slice high-resolution images. This functionality may be useful when you need to: 1) readjust the size of Level 0 images (original images with a default zoom level) so that images could fit the work area of the image viewer when you change the default size of the image viewer by adjusting the values of Image viewer width and Image viewer height options at the X-Magnifier settings page in the Admin area; 2) restore lost or broken parts of high images (tiles or xml data).

Important: Re-slicing is applicable if only the system was setup to keep original X-Magnifier images when the images were uploaded. This option is controlled by the $magnifier_sets["save_init_image"] variable in the X-Magnifier configuration file modules/Magnifier/config.php. By default, the variable is set to "1" meaning that the system keeps the original X-Magnifier images, and they can be re-sliced. Changing the value to "0" means that the system will keep only image tiles, and you will not be able to re-slice X-Magnifier images.

With X-Magnifier high-resolution images can be re-sliced either separately for each product or in bulk. When images are re-sliced in bulk, you can choose to re-slice all X-Magnifier images in the store or only those X-Magnifier images that were imported through the CSV format and have not been re-sliced yet.

To re-slice images for a single product:

  1. In the Admin area, find the product and open it for editing.
  2. Go to the Images for X-Magnifier section.
  3. Select the check boxes for the high-resolution images you want to re-slice and click the Re-slice selected images button.

X-magnifier reslice 1.png

After the selected images have been successfully re-slices, X-Cart will display a confirmation message.

To re-slice imported images that have not been re-sliced yet:

  1. In the Admin area, go to the section Summary/Tools/Re-slice magnified images.
  2. Click the Re-slice magnified images button.

X-magnifier reslice 2.png

After the imported images have been successfully re-slices, X-Cart will display a confirmation message.

To re-slice all magnified images in a store:

  1. In the Admin area, go to the section Summary/Tools/Re-slice all magnified images.
  2. Click the Re-slice all magnified images button.

X-magnifier reslice 3.png

Important: Re-slicing is not applicable to high-resolution images uploaded in a previous version of X-Magnifier module.

Deleting X-Magnifier images

Zoomable images that you no longer wish to be displayed in your store can be deleted.

To delete one or more images:

  1. Open the 'Images for X-Magnifier' dialog box listing the desired set of zoomable product images.
  2. In the list, find the images that need to be deleted and select the check boxes to the left of their thumbnail icons.
  3. Click the Delete selected button.

As soon as the selected images are removed, you should see a confirmation message in an Information box.

Skinning X-Magnifier

Customer Interface

Opening the Image Viewer

Image Viewer Controls