Topic: Plugin Create Utilities (painting)  (Read 6589 times)

Plugin Create Utilities (painting)
« on: August 21, 2011, 06:14:20 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
ila_rendered

Utilities that are useful when making paints on Plugins :).

"Extract Icon Tool" is very nice and quick when extracting .ico and .bmp files out of .exe, a free icon extractor utility.
"IcoFX" is wonderful with heavy muscle, extracting icons is only for its left hand small finger. ;)

FS Capture , take snapshot easly if you like to put gui to your Plugins (.jpg)

Additionally,  Zzoom and Xinec Color Converter, in case you need a Free Zoom and Free Color ID finder.

Latest Version available at Yomi server
http://theoven.org/index.php?topic=175.0
 :cheers:

Related Topic:
Plugin Creator
http://theoven.org/index.php?topic=178.0
« Last Edit: October 23, 2015, 09:48:17 AM by Lancelot »

Re: Script Create Utilities
« Reply #1 on: August 21, 2011, 06:14:33 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Some words about Plugin paints: (my preference)

*
For Plugin logo I prefer 48x48 32bit ico where possible.
There are many utilities out there extracting .ico from .exe, but I prefer cutting specific size to get smaller sized file to refresh as fast as possible, ++ .ico keeps transparency.

For that task, "Extract Icon Tool" so far works best compared to many utilities I tested.
Only it has some (little) unconfortable save as folder box (selecting desktop is grrr)
Besides its other futures hits me from heart:
+ nice gui, selecting any specific icon easy
+ both export to bmp and export to ico exists for selected sized ico (and bmp works nicely)
+ do not support nt6x big icons, besides do not fails too  :happy:

"IcoFX" is so far the best editor I've ever seen :), full editorial power, extract a specific icon size to .bmp exists, but for .ico you need to follow copy-new-paste-save routine  :thumbsup: or better way (suggested by IcoFX authoer) you can drag an image from the sidebar to the workspace of IcoFX and a new icon will automatically be created  :thumbsup:
ps: I post to its forum asking for .ico filetype on its export feature.
http://icofx.ro/forum/viewtopic.php?f=4&t=626

*
For picture on buttons, I prefer 32x32 bmp OR 16x16 bmp (due to design), both "Extract Icon Tool" and "IcoFX" exports useful .bmp on Plugins.

*
FS Capture,
our old loyal friend, I prefer using jpg on Plugins




More Words:
finding a nice small utility like "Extract Icon Tool" is not easy :)
I want to thank BlueLife, when I give up after testing lots of icon tools, he found that nice baby, and even he decide to use after today :).

Here only 2 of them that deserves to mention:
+
nirsoft have iconsext.exe but do not have export specific sized icon to .bmp or .ico, only copy clipboard option exists. I recently emailed a suggestion to author...
+
There is IconPack (Icon Lister) with source here
http://www.codeproject.com/KB/files/ExtractIcons.aspx
requires .netframework, and collapse with some .exe, still demonstrates what is required, as gui design looks like "Extract Icon Tool", which is to me best gui design for such utility.




If you have your favorite freeware ico utility, or anyother picture tool, let me know...

 :cheers:
« Last Edit: October 23, 2015, 09:44:10 AM by Lancelot »

Re: Script Create Utilities (painting)
« Reply #2 on: August 21, 2011, 08:49:39 PM »

sLiM

  • Diner
  • Jr. Chef
  • *
  • Date Registered: Jun 2011
  • Posts: 41
Hi Lancelot,

I'm trying Plugin_Creator_z50_Utils script, and I placed it in Utilities folder.  When I click on it I get the following error message and loading stops:

" is not a valid Boolean value.

I'm using Winbuilder 080 and GM.

Thats interesting, I'm also using IcoFX, Faststone Capture, and PhotoFiltre...   :thumbsup:

Thanks,
:book:

 
« Last Edit: October 23, 2015, 09:44:42 AM by Lancelot »

Re: Script Create Utilities (painting)
« Reply #3 on: August 21, 2011, 10:45:04 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi sLiM,

workarounded, at post 1  :thumbsup: with 2 new mini utilities that are rarely required, both my favorites  :cool:

Re: Script Create Utilities (painting)
« Reply #4 on: August 21, 2011, 11:50:25 PM »

sLiM

  • Diner
  • Jr. Chef
  • *
  • Date Registered: Jun 2011
  • Posts: 41
Working on it...

OK, Plugin_Creator_z50_Utils script is working well now. It also needed crtdll.dll to run, so I added to Plugin:

[Process]
Arch,x86
//--
Set,%PluginArch%,x86
Require_FileQ,CRTDLL.DLL
//--

 - Working -


Thanks,
:book:

« Last Edit: October 23, 2015, 09:45:05 AM by Lancelot »

Re: Script Create Utilities (painting)
« Reply #5 on: August 22, 2011, 01:55:23 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi sLiM,

I do not think Plugin_Creator_z50_Utils Plugin requires above lines, since this is a Utils Plugin (L10 Plugin), to be used on hostos  :thumbsup:

I may guess you are making another Plugin to one of paint utilities, where above lines required   :thumbsup:

 :cheers:
« Last Edit: October 23, 2015, 09:45:36 AM by Lancelot »

Re: Script Create Utilities (painting)
« Reply #6 on: August 22, 2011, 05:08:38 PM »

sLiM

  • Diner
  • Jr. Chef
  • *
  • Date Registered: Jun 2011
  • Posts: 41
Lancelot,

I placed the updated Plugin in the Utils folder, then restart Winbuilder and click on the Plugin_Creator_z50_Utils Plugin to start it.  I no longer get the Boolean error but I do get a message requesting crtdll.dll if I click on Zzoom or Xinec ColorConvertor.  Extract Icon Tool, IcoFX and Faststone Capture don't produce the error.  After adding the dll to the process section of Plugin_Creator Plugin there's no more dll error from Zzoom or ColorConvertor and all five apps are working.   :confused:   Any thoughts?   :whistling:

Thanks,
:book:
« Last Edit: October 23, 2015, 09:46:10 AM by Lancelot »

Re: Script Create Utilities (painting)
« Reply #7 on: August 22, 2011, 06:18:47 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi sLiM,

I do get a message requesting crtdll.dll if I click on Zzoom or Xinec ColorConvertor.

I do not think Plugin_Creator_z50_Utils Plugin requires above lines, since this is a Utils Plugin (L10 Plugin), to be used on hostos  :thumbsup:

I may guess you are making another Plugin to one of paint utilities, where above lines required   :thumbsup:

 :cheers:

Plugin_Creator_z50_Utils Plugin, as being Utils Plugin (L10 Plugin) do not add anything to Gena build.

As I wrote before, you need above line on another Plugin (L5 Plugin) that is used to add these utilities to Gena etc. at build time.

Xinece ColorConverter Plugin and Zzoom_omiod Plugin already have crtdll.dll lines,
if you had made your custom Plugins for these 2 applications, than yes you need to add above crtdll.dll lines,
and we already have FastStoneCaptureFree53 Plugin inside Gena, which adds its dependencies...

Further check reply 5 here:
http://theoven.org/index.php?topic=178.msg3231#msg3231



As I wrote before, This is nothing to do with Plugin_Creator_z50_Utils Plugin, where only utilites run on your hostos via buttons  :wink:  :great:
« Last Edit: October 23, 2015, 09:47:13 AM by Lancelot »

Re: Script Create Utilities (painting)
« Reply #8 on: September 04, 2011, 11:36:19 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Plugin Create Utilities v3 at post 1

Changes: only splitted  :thumbsup:

« Last Edit: October 23, 2015, 09:47:23 AM by Lancelot »

 

Powered by EzPortal