Re: Insert a logo in an image file in access



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
>>
>>

.



Relevant Pages

  • Re: Is one of these forms open?
    ... Best regards, ... Alex Dybenko (MVP) ... Const conDesignView = 0 ...
    (microsoft.public.access.modulesdaovba)
  • Re: SQL not working
    ... Best regards, ... Alex Dybenko (MVP) ... > Function MergeStatusUpdates(E_Reference As String, ...
    (microsoft.public.access.modulesdaovba)
  • Re: table design
    ... Yes, this could a reason. ... Best regards, ... Alex Dybenko (MVP) ...
    (microsoft.public.access.modulesdaovba)
  • Re: duplicate recorsets
    ... you missed OrderID ... Best regards, ... Alex Dybenko (MVP) ... say NewOrderID var holds an ID of just created order record, ...
    (microsoft.public.access.modulesdaovba)
  • Re: Emailing report data
    ... Best regards, ... "Alex Dybenko" wrote: ... Public Sub olSendRpt(strTo As String, strBody As String, strSubject As ... Dim strFileName As String, intFile As Integer, strLine As String, ...
    (microsoft.public.access.modulesdaovba)