<a id="webpixwidthinfo" href="#" onclick="return false" title="More Information">
												<img src="../../images/info.png" style="width:15px;" />
											</a>
											<div id="webpixwidthinfodialog">
												Width of the standard web image. 
												If the source image is smaller than this width, the file will simply be copied over without resizing. 
											</div>
										</div>
									</div>
									<div id="thumbwidthrow" style="clear:both;">
										<div style="width:180px;float:left;">
											<b>Thumbnail pixel width:</b> 
										</div>
										<div style="float:left;">
											<input name="tnpixwidth" type="text" style="width:50px;" value="<?php 
            echo $specManager->getTnPixWidth();
            ?>
" /> 
											<a id="tnpixwidthinfo" href="#" onclick="return false" title="More Information">
												<img src="../../images/info.png" style="width:15px;" />
											</a>
											<div id="tnpixwidthinfodialog">
												Width of the image thumbnail. Width should be greater than image sizing within the thumbnail display pages. 
											</div>
										</div>
									</div>
									<div id="largewidthrow" style="clear:both;">
										<div style="width:180px;float:left;">
											<b>Large pixel width:</b>
										</div>
										<div style="float:left;"> 
Beispiel #2
0
     echo '</ul>';
 } else {
     echo '<div style="padding:15px;">' . "\n";
     $imageProcessor = new ImageBatchProcessor();
     $imageProcessor->setLogMode(1);
     $imageProcessor->initProcessor();
     $imageProcessor->setCollArr(array($collid => array('pmterm' => $specManager->getSpecKeyPattern())));
     $imageProcessor->setDbMetadata(1);
     $imageProcessor->setSourcePathBase($specManager->getSourcePath());
     $imageProcessor->setTargetPathBase($specManager->getTargetPath());
     $imageProcessor->setImgUrlBase($specManager->getImgUrlBase());
     $imageProcessor->setServerRoot($serverRoot);
     if ($specManager->getWebPixWidth()) {
         $imageProcessor->setWebPixWidth($specManager->getWebPixWidth());
     }
     if ($specManager->getTnPixWidth()) {
         $imageProcessor->setTnPixWidth($specManager->getTnPixWidth());
     }
     if ($specManager->getLgPixWidth()) {
         $imageProcessor->setLgPixWidth($specManager->getLgPixWidth());
     }
     if ($specManager->getWebMaxFileSize()) {
         $imageProcessor->setWebFileSizeLimit($specManager->getWebMaxFileSize());
     }
     if ($specManager->getLgMaxFileSize()) {
         $imageProcessor->setLgFileSizeLimit($specManager->getLgMaxFileSize());
     }
     if ($specManager->getJpgQuality()) {
         $imageProcessor->setJpgQuality($specManager->getJpgQuality());
     }
     $imageProcessor->setUseImageMagick($specManager->getUseImageMagick());
Beispiel #3
0
											<a id="webpixwidthinfo" href="#" onclick="return false" title="More Information">
												<img src="../../images/info.png" style="width:15px;" />
											</a>
											<div id="webpixwidthinfodialog">
												Width of the standard web image. 
												If the source image is smaller than this width, the file will simply be copied over without resizing. 
											</div>
										</div>
									</div>
									<div id="thumbwidthrow" style="clear:both;">
										<div style="width:180px;float:left;">
											<b>Thumbnail pixel width:</b> 
										</div>
										<div style="float:left;">
											<input name="tnpixwidth" type="text" style="width:50px;" value="<?php 
            echo $specManager->getTnPixWidth() ? $specManager->getTnPixWidth() : $IMG_TN_WIDTH;
            ?>
" /> 
											<a id="tnpixwidthinfo" href="#" onclick="return false" title="More Information">
												<img src="../../images/info.png" style="width:15px;" />
											</a>
											<div id="tnpixwidthinfodialog">
												Width of the image thumbnail. Width should be greater than image sizing within the thumbnail display pages. 
											</div>
										</div>
									</div>
									<div id="largewidthrow" style="clear:both;">
										<div style="width:180px;float:left;">
											<b>Large pixel width:</b>
										</div>
										<div style="float:left;">