i am using media conversion group and have done the changes in xfacades-spring.xml as follows
<alias name="acceleratorImageFormatMapping" alias="imageFormatMapping" />
<bean id="acceleratorImageFormatMapping" parent="defaultImageFormatMapping">
<property name="mapping">
<map>
<entry key="superZoom" value="1200Wx1200H"/>
<entry key="zoom" value="myZoomFormat"/>
<entry key="store" value="365Wx246H"/>
<entry key="details" value="myDetailsFormat"/>
<entry key="product" value="myGalleryFormat"/>
<entry key="thumbnail" value="myThumbnailFormat"/>
<entry key="cartIcon" value="myCartIconFormat"/>
<entry key="styleSwatch" value="30Wx30H"/>
</map>
</property>
</bean>
I am able to get the converted images only in detail page. The image is not getting displayed in my category page or search page. The size of different images is verified