OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Developer Forums > VBA > CorelDRAW/Corel DESIGNER VBA

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 22-03-2010, 10:47
copper
Guest
 
Posts: n/a
Default Export RGB TIFF while applying an ICC Profile

Hello,

Using CorelDRAW X3, I need to export my drawing as an RGB TIFF, however, I need a specific ICC Profile applied before or during export.

There is the "UseColorProfile" option, which I have set to "true", but how would I programmatically set or specify that a specific color profile be used before export (and reset it afterwords)?

Any code examples would be helpful.

This is what I have so far:

Code:
Dim filter As CorelDRAW.ExportFilter = objCorel.ActiveDocument.ExportBitmap(srcFile, CorelDRAW.cdrFilter.cdrTIFF, CorelDRAW.cdrExportRange.cdrSelection, CorelDRAW.cdrImageType.cdrRGBColorImage, width * 144, height * 144, 144, 144, CorelDRAW.cdrAntiAliasingType.cdrSupersampling, False, False, True, False, CorelDRAW.cdrCompressionType.cdrCompressionLZW, Nothing)
filter.Finish()
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Imported TIFF outline dflat General 5 12-07-2006 00:20
CCM get profile akayani Code Critique 6 30-01-2006 07:04
color profile problem in Photo Paint 9 flip Corel Photo-Paint VBA 2 11-07-2003 03:55


All times are GMT -5. The time now is 16:11.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com