Forum: Macros/Add-ons
02-04-2014, 08:51
|
Replies: 1
Views: 7,451
ActiveDocument.CreateGuide
Corel Photo-Paint X7
When I use:
Set Hulplijn = ActiveDocument.CreateGuide(1, 20, 30) as "horizontal" guideline it works but Set Hulplijn = ActiveDocument.CreateGuide(0, 20, 30) as "vertical"...
|
Forum: Corel Photo-Paint VBA
16-05-2012, 04:11
|
Replies: 0
Views: 10,378
Diminishing shade in a photo
Make a selection of the shaded area and run following macro:
Dim X As Long
Dim Y As Long
Dim H As Long
Sub Schaduw()
Set Doc = ActiveDocument
Doc.Mask.Feather 4, pntFeatherInside,...
|
Forum: Corel Photo-Paint VBA
16-03-2012, 12:06
|
Replies: 2
Views: 9,503
Resolution settings
I work with X5
I open a photo.
I check the resolution with Image, Resample
The resolution is 72 dpi
Then I change size and set a resolution of 250
I save the photo as .jpg
When I open the saved...
|
Forum: Corel Photo-Paint VBA
14-03-2012, 08:32
|
Replies: 2
Views: 9,503
Resolution settings
After opening a file with a resolution of 72 and copying the background, I paste it as a new layer
I change the background to layer and set the resolution to 250 and save the file
...
|
Forum: Corel Photo-Paint VBA
28-02-2012, 04:29
|
Replies: 6
Views: 10,710
|
Forum: Corel Photo-Paint VBA
27-02-2012, 12:36
|
Replies: 6
Views: 10,710
Zoom to fit (F4)
Thanks for the reply
==> ActiveWindow.ActiveView.ToFitSelection<== doesn't work in Photo-paint
|
Forum: Corel Photo-Paint VBA
27-02-2012, 01:46
|
Replies: 6
Views: 10,710
Zoom to fit (F4)
Hi Shelby,
Well my problem was just that the ==>SendKeys "{F4}"<== doesn't work
Thanks anyway
|
Forum: Corel Photo-Paint VBA
26-02-2012, 11:19
|
Replies: 6
Views: 10,710
Zoom to fit (F4)
What is the code to zoom to fit an image (F4 in Photo-Paint)
Thanks
|
Forum: Corel Photo-Paint VBA
26-02-2012, 11:14
|
Replies: 2
Views: 13,470
Exif
Shelby,
Thanks a lot, it works fantastic.
|
Forum: Corel Photo-Paint VBA
21-02-2012, 07:39
|
Replies: 2
Views: 13,470
EXIF orientation
Hi,
is there a way to read the EXIF data in order to find out and use the camera position in a macro.
Thanks
|
Forum: Corel Photo-Paint VBA
02-02-2012, 06:16
|
Replies: 1
Views: 9,980
Creating new specific document
The purpose is after correcting a photo or picture to make following steps:
1. make a new document with specific size and resolution
2. selecting borders to indicate the frame borders
3. original...
|
Forum: Corel Photo-Paint VBA
01-02-2012, 06:42
|
Replies: 2
Views: 15,653
|
Forum: Corel Photo-Paint VBA
30-01-2012, 09:02
|
Replies: 2
Views: 15,653
Copy and paste as new document
Hello,
I'm just new registered.
Perhaps someone know the solution:
I just opened a new document in Photopaint
Now I would like to Select the complete photo and paste it as a new document
...
|