Re: Insert a logo in an image file in access
- From: "Alex Dybenko" <alexdyb@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 11 May 2009 11:40:42 +0400
hi,
I am using their com interface like this:
Dim im As ImageMagickObject.MagickImage
Set im = CreateObject("ImageMagickObject.MagickImage.1")
Dim msg As Variant
msg = im.Convert(FilePDF, "-rotate", intAngle & "", FilePNG)
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"Sandoval. Alex" <SandovalAlex@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:3BAC0627-ED3D-4DA0-81A3-F20755697442@xxxxxxxxxxxxxxxx
Hi Alex.
Do you have an example to run imagemagick with a command line to
modify/copy or whatever an image from visual basic of access?
Thanks
Alex
"Alex Dybenko" wrote:
Hi,
you can find documentation on imagemagick site
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"Sandoval. Alex" <SandovalAlex@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D934B419-7ABD-43CE-B4E5-CF2F7224C1CB@xxxxxxxxxxxxxxxx
> I'm going to try... I'm new in this matters... Is there a Manual to use
> this
> library?
> thanks in advance
> Alex
>
> "Alex Dybenko" wrote:
>
>> Hi,
>> not sure that you can do this directly with access, but you can use >> some
>> external library like this:
>> http://www.imagemagick.org/script/index.php
>> and then run it from access. I am using it to resize, rotate, zoom
>> images:
>> http://accessblog.net/2008/08/image-magic-with-imagemagick.html
>>
>> -- >> Best regards,
>> ___________
>> Alex Dybenko (MVP)
>> http://accessblog.net
>> http://www.PointLtd.com
>>
>>
>> "Sandoval. Alex" <SandovalAlex@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
>> message
>> news:B5B29D72-1AB2-40AD-A265-365005D362C4@xxxxxxxxxxxxxxxx
>> > lHi.. Im doing a DB to manage images and videos files. The database
>> > search
>> > file in a folder caled "For Classify", and when I classify a file, >> > the
>> > original file is deleted an copied in other folder called "Classify"
>> > with
>> > other name. The idea is to put a logo in the left corner of the new
>> > clasify
>> > file and save it with this logo. It is possible to do this in >> > access?
>> > Any
>> > ideas?
>> > Thanks
>> >
>> > Note: The database don´t save any files on any table, only the file
>> > direction
>>
>>
- Follow-Ups:
- Re: Insert a logo in an image file in access
- From: Sandoval. Alex
- Re: Insert a logo in an image file in access
- References:
- Insert a logo in an image file in access
- From: Sandoval. Alex
- Re: Insert a logo in an image file in access
- From: Alex Dybenko
- Re: Insert a logo in an image file in access
- From: Sandoval. Alex
- Re: Insert a logo in an image file in access
- From: Alex Dybenko
- Re: Insert a logo in an image file in access
- From: Sandoval. Alex
- Insert a logo in an image file in access
- Prev by Date: Maximize or minimize form with button
- Next by Date: Re: different sub forms on tab pages
- Previous by thread: Re: Insert a logo in an image file in access
- Next by thread: Re: Insert a logo in an image file in access
- Index(es):
Relevant Pages
|