Skip to content

Instantly share code, notes, and snippets.

@webag
Created March 15, 2019 10:52
Show Gist options
  • Save webag/082c2b360c794cb1f15ea6ec8cb66b7c to your computer and use it in GitHub Desktop.
Save webag/082c2b360c794cb1f15ea6ec8cb66b7c to your computer and use it in GitHub Desktop.
bitrix watermark
<? $watermark = Array(
array("name" => "watermark", "position" => "bottomright", "size"=>"real", "file"=>$_SERVER['DOCUMENT_ROOT'].SITE_TEMPLATE_PATH."/img/watermark.png"),
array("name" => "watermark", "position" => "center", "size"=>"real", "file"=>$_SERVER['DOCUMENT_ROOT'].SITE_TEMPLATE_PATH."/img/watermark_text.png")
);?>
<?$photo_resized = CFile::ResizeImageGet($photo, array('width'=>960, 'height'=>640), BX_RESIZE_IMAGE_EXACT, false,$watermark);?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment