It is currently Sun Jul 21, 2024 2:23 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: GPick, color picker, cool color tool
PostPosted: Fri Mar 04, 2011 11:05 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Feb 17, 2011
Posts: 225
http://www.libregraphicsworld.org/articles.php?article_id=31

Check this out! Color picker/grabber, color harmony designer, etc.

Free, supports RYB (not RGB but Red, YELLOW, Blue) model!

For me this is really cool looking toy! :jumpclap


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: GPick, color picker, cool color tool
PostPosted: Fri Mar 04, 2011 4:11 pm  (#2) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
Looks like a neat program.I tried to download it then open after installing. It said I hada missing library .dll file. I will try again later. Thanks

liana


Top
 Post subject: Re: GPick, color picker, cool color tool
PostPosted: Sat Mar 05, 2011 6:37 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Downloaded it and installed it - You need all the gdk dll files - so i copied all these from another program and uploaded them here. the size is roughly 5.5 mb -
http://download345.mediafire.com/66795w ... K_dlls.zip
Just unzip them to the C:\Program Files\Gpick folder and the program will run - pretty nifty little application :)

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GPick, color picker, cool color tool
PostPosted: Sat Mar 05, 2011 2:21 pm  (#4) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
Oh yea..now it works I was missing the libcairo-2.dll file. :) Thanks Rod I downloaded the file you linked for us. Thanks a lot.

May I ask how do you know where to look to find files a person may need to fix corrupt or get missing files that are needed to run a program any program for that matter? I seem to run into this off and on since I am using windows OS XP 32 bit.

Thanks

liana


Top
 Post subject: Re: GPick, color picker, cool color tool
PostPosted: Sat Mar 05, 2011 2:54 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: Feb 17, 2011
Posts: 225
Lianam, there isn't any easy way to find missing files for any OS. In MS Windows, unless there is documentation, you'd need to be inhumanly good at debugging to find out exactly what is missing. That's because there may be nothing but error messages, which many in many applications are less than informative.

In Linux, each distribution's repositories and package managers try to maintain dependencies, but if you install applications outside 'official' channels, situation is the same; documentation is needed.


Top
 Post subject: Re: GPick, color picker, cool color tool
PostPosted: Sat Mar 05, 2011 3:12 pm  (#6) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
kimppi wrote:
In Linux, each distribution's repositories and package managers try to maintain dependencies, but if you install applications outside 'official' channels, situation is the same; documentation is needed.


Actually, the 'ldd' command will list all dynamic libraries required by a program:
  ldd /usr/bin/gimp
   linux-gate.so.1 =>  (0xffffe000)
   libgimpwidgets-2.0.so.0 => /usr/lib/libgimpwidgets-2.0.so.0 (0xb7689000)
   libgimpconfig-2.0.so.0 => /usr/lib/libgimpconfig-2.0.so.0 (0xb767b000)
   libgimpmodule-2.0.so.0 => /usr/lib/libgimpmodule-2.0.so.0 (0xb7677000)
   libgimpcolor-2.0.so.0 => /usr/lib/libgimpcolor-2.0.so.0 (0xb766c000)
   libgimpthumb-2.0.so.0 => /usr/lib/libgimpthumb-2.0.so.0 (0xb7663000)
   libgimpmath-2.0.so.0 => /usr/lib/libgimpmath-2.0.so.0 (0xb765f000)
   libgimpbase-2.0.so.0 => /usr/lib/libgimpbase-2.0.so.0 (0xb764c000)
   libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb727f000)
   libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb71e7000)
   libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb71cb000)
   libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb71c0000)
   libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb70d7000)
   libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb70bc000)
   libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb701c000)
   libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0xb6fbd000)
   libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6fb4000)
   libX11.so.6 => /usr/lib/libX11.so.6 (0xb6e97000)
   libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb6e7f000)
   libXau.so.6 => /usr/lib/libXau.so.6 (0xb6e7c000)
   libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6e77000)
   libpng14.so.14 => /usr/lib/libpng14.so.14 (0xb6e50000)
   libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb6e28000)
   libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb6de7000)
   libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb6db9000)
   libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb6d91000)
   libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb6d1a000)
   libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xb6cfb000)
   libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb6cbe000)
   libgegl-0.1.so.0 => /usr/lib/libgegl-0.1.so.0 (0xb6c67000)
   libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0xb6b7b000)
   libresolv.so.2 => /lib/libresolv.so.2 (0xb6b62000)
   libz.so.1 => /usr/lib/libz.so.1 (0xb6b4e000)
   libbabl-0.1.so.0 => /usr/lib/libbabl-0.1.so.0 (0xb6b02000)
   libm.so.6 => /lib/libm.so.6 (0xb6adc000)
   libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb6a97000)
   libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb6a93000)
   libdl.so.2 => /lib/libdl.so.2 (0xb6a8f000)
   libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb6a8b000)
   libpthread.so.0 => /lib/libpthread.so.0 (0xb6a72000)
   librt.so.1 => /lib/librt.so.1 (0xb6a69000)
   libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb6979000)
   libc.so.6 => /lib/libc.so.6 (0xb6815000)
   libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb6812000)
   libXi.so.6 => /usr/lib/libXi.so.6 (0xb6805000)
   libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb67fe000)
   libXext.so.6 => /usr/lib/libXext.so.6 (0xb67f0000)
   libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb67e6000)
   libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0xb67e3000)
   libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xb67e0000)
   libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb67db000)
   /lib/ld-linux.so.2 (0xb77be000)
   libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb67be000)

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: GPick, color picker, cool color tool
PostPosted: Sat Mar 05, 2011 3:53 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
kimppi wrote:
Lianam, there isn't any easy way to find missing files for any OS. In MS Windows, unless there is documentation, you'd need to be inhumanly good at debugging to find out exactly what is missing. That's because there may be nothing but error messages, which many in many applications are less than informative.

In Linux, each distribution's repositories and package managers try to maintain dependencies, but if you install applications outside 'official' channels, situation is the same; documentation is needed.


That is true for Linux when you install a binary.
If you install from a tarball or git you have to do either autogen.sh or configure.
Missing libraries will be found and you get notified so you can install them.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: GPick, color picker, cool color tool
PostPosted: Sat Mar 05, 2011 4:14 pm  (#8) 
Offline
GimpChat Member

Joined: Feb 06, 2011
Posts: 342
Thanks everyone for the information. Now I know what I can do if I run across a missing libraries again. :) I hope my beginner questions help out others too. :)


Top
 Post subject: Re: GPick, color picker, cool color tool
PostPosted: Sun Mar 06, 2011 1:28 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Glad you got it running. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Color Picker

7

No new posts Attachment(s) Please Help, I Cannot get the correct value using the color picker.

4

No new posts Attachment(s) Lab colorspace, color picker.

3

No new posts Attachment(s) Can't get color picker to work [Solved]

7

No new posts Attachment(s) GEGL Color Light Fusion (12 blend modes for color overlay)

9



* Login  



Powered by phpBB3 © phpBB Group