Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2006
    Location
    UK SouthWest
    Posts
    420

    * Free * tool :Png Mixer

    Heres a small commandline driven program for you to use freely in your own projects.

    Usage
    Can stamp a png over another image. (though i think it could do other formats to)

    Ccommandline syntax
    Code:
    [background image]#[Stamp image]#[nTargetX]#[nTargetY]#[output image]
    Attached Files
    Last edited by clueless; 08-16-2008 at 11:15 AM.

  2. #2
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    351
    great work, would come in handy!

  3. #3
    Join Date
    May 2006
    Posts
    94
    Nice,thanks!

  4. #4
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Great for watermarking, thanks!
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  5. #5
    Join Date
    Feb 2008
    Location
    Western Pennsylvania
    Posts
    555

    Peekaboo! Dumb question!

    In the "Read Me" text:

    "you may need to register the wiaaut.dll"

    How do I register it??

    Sorry,

  6. #6
    Join Date
    Jun 2006
    Location
    UK SouthWest
    Posts
    420
    Code:
    REGEDIT4
    
    // This adds the ability to Right-Click on a .dll or .ocx
    // and get the Register / UnRegister options.
    
    // .DLL files
    [HKEY_CLASSES_ROOT\.dll]
    @="dllfile"
    
    [HKEY_CLASSES_ROOT\dllfile]
    @="App Extension"
    
    [HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
    @="regsvr32.exe \"%1\""
    
    [HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]
    @="regsvr32.exe /u \"%1\""
    
    
    // .OCX files
    [HKEY_CLASSES_ROOT\.ocx]
    @="ocxfile"
    
    [HKEY_CLASSES_ROOT\ocxfile]
    @="App Extension"
    
    [HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
    @="regsvr32.exe \"%1\""
    
    [HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]
    @="regsvr32.exe /u \"%1\""
    Save it as whatever.reg and then doubble click to enter the info into your registry. Then you can register and unregister dll's and ocx's just by right clicking on them
    Attached Files
    Last edited by clueless; 08-17-2008 at 05:20 AM.

Similar Threads

  1. Best way to share custom buttons with the group?
    By mwreyf1 in forum AutoPlay Media Studio 6.0
    Replies: 10
    Last Post: 04-28-2010, 01:29 PM
  2. Example: Free tool : Dynamic Masking Tool
    By clueless in forum AutoPlay Media Studio 7.5 Examples
    Replies: 2
    Last Post: 04-25-2010, 07:37 AM
  3. * Free * : Dynamic Masking Tool v2
    By clueless in forum AutoPlay Media Studio 6.0
    Replies: 10
    Last Post: 03-27-2008, 04:45 AM
  4. * Free * : Dynamic Masking Tool (DMT V2)
    By clueless in forum AutoPlay Media Studio 7.5
    Replies: 8
    Last Post: 02-24-2008, 10:30 PM
  5. ANSI To UNICODE Is Finished!
    By coderanger in forum AutoPlay Media Studio 6.0
    Replies: 7
    Last Post: 08-13-2007, 09:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts