can we have a look at the tag file & know what exactly u wish to do there ???
K'Rgds
Anand
Main Topics
Browse All TopicsHi all
I use cfx_image to manage a database portfolio picture,
No problem for thumbnails generator but when I try to write copyright text/keywords into image with this parameter
"
<CFX_IMAGE ACTION="IML"
FILE="#file_to_thumbnail#"
COMMANDS="
set_adobe_copyright_flag=1
set_iptc_byline=#TEXTVAR#
set_iptc_byline_title=#TEX
set_iptc_caption=#TEXTVAR#
set_iptc_category=#TEXTVAR
set_iptc_city=#TEXTVAR#
set_iptc_copyright_notice=
set_iptc_country_name=#TEX
set_iptc_credit=#TEXTVAR#
set_iptc_province_state=#T
set_iptc_source=#TEXTVAR#
set_iptc_special_instructi
set_iptc_supplemental_cate
set_iptc_urgency=#TEXTVAR#
set_iptc_writer=#TEXTVAR#
write #image_filename#">
"
I need to write some informations into a picture file (jpg)
If some Guru are any idea how I can write copyright text and Keywords with this DLL
many thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
<CFX_IMAGE ACTION="IML"
FILE="#file_to_thumbnail#"
COMMANDS="
set_adobe_copyright_flag=1
set_iptc_byline=#TEXTVAR#
set_iptc_byline_title=#TEX
set_iptc_caption=#TEXTVAR#
set_iptc_category=#TEXTVAR
set_iptc_city=#TEXTVAR#
set_iptc_copyright_notice=
set_iptc_country_name=#TEX
set_iptc_credit=#TEXTVAR#
set_iptc_province_state=#T
set_iptc_source=#TEXTVAR#
set_iptc_special_instructi
set_iptc_supplemental_cate
set_iptc_urgency=#TEXTVAR#
set_iptc_writer=#TEXTVAR#
write #image_filename#">
"
<CFX_IMAGE ACTION="IML"
FILE="#file_to_thumbnail#"
COMMANDS="
set_adobe_copyright_flag=1
set_iptc_byline=#TEXTVAR#
set_iptc_byline_title=#TEX
set_iptc_caption=#TEXTVAR#
set_iptc_category=#TEXTVAR
set_iptc_city=#TEXTVAR#
set_iptc_copyright_notice=
set_iptc_country_name=#TEX
set_iptc_credit=#TEXTVAR#
set_iptc_province_state=#T
set_iptc_source=#TEXTVAR#
set_iptc_special_instructi
set_iptc_supplemental_cate
set_iptc_urgency=#TEXTVAR#
set_iptc_writer=#TEXTVAR#
write #image_filename#">
"
I need to write into a .jpg some copyright & keywords informations
I have a .xls file with all command, but nothing with a sample
if you download the zip file, it has a ton of examples.
This is the link to Jukka Manner the creator of cfx_image. Which is a wonderful tag, and I have used it a lot for resizing and redimension.
http://www.kolumbus.fi/juk
So download the zip, and put into a webviewable folder. Then look at all the examples.
<CFX_IMAGE ACTION="PASTE_TEXT" FILE="C:\product24.jpg" OUTPUT="TEMPFILE" QUALITY="100" TEXT="This is some text">
<CFX_IMAGE ACTION="PASTE_COMMENT" FILE="C:\product24.jpg" OUTPUT="TEMPFILE" TYPE="GIF87A" COMMENT="This is my comment">
These are some of the examples I just looked up off my own website.
Now you are trying to use the Image Manipulation Language.
I am not familiar with that, nor could i find any references or resources on that.
Business Accounts
Answer for Membership
by: crosenblumPosted on 2002-12-04 at 17:18:11ID: 7534327
What is the parameters you are using with this tag?