Recent

Author Topic: I need an Icon/Image Editor  (Read 803 times)

Derz

  • New Member
  • *
  • Posts: 21
I need an Icon/Image Editor
« on: January 20, 2023, 10:07:08 pm »
I am new to Lazarus, but an ex-Delphi fan.

I need a basic icon/image editor similar to what came with Delphi that will run under Windows (10/11).  There are many I can download/try/etc.  I saw a Lazarus Icon Editor, but the download was for Linux.

Suggestions?

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2068
  • Fifty shades of code.
    • Delphi & FreePascal
Re: I need an Icon/Image Editor
« Reply #1 on: January 20, 2023, 10:21:14 pm »
IcoFx is in my opinion one of the best icon editors available. You can search for a free old version 1.64 or try'n'buy current.
For images, well, Photoshop I guess is one of the best to buy and GIMP is one of the best freeware editors.
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2068
  • Fifty shades of code.
    • Delphi & FreePascal
Re: I need an Icon/Image Editor
« Reply #2 on: January 20, 2023, 10:24:58 pm »
ps: basic image editor = use paint that comes with Windows.
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

wp

  • Hero Member
  • *****
  • Posts: 11916
Re: I need an Icon/Image Editor
« Reply #3 on: January 20, 2023, 10:33:13 pm »

paweld

  • Hero Member
  • *****
  • Posts: 1003
Re: I need an Icon/Image Editor
« Reply #4 on: January 20, 2023, 11:25:20 pm »
Or Greenfish Icon Editor: https://github.com/JonathanILevi/gfie-src 
also written in Lazarus
Best regards / Pozdrawiam
paweld

Derz

  • New Member
  • *
  • Posts: 21
Re: I need an Icon/Image Editor
« Reply #5 on: January 20, 2023, 11:29:23 pm »
Paint..  Its Windows, familiar somewhat.  Not really for programmers wanting to create basic icons.
Gimp/photoshop.   Overkill as well.
lazpaint.  Still seams overkill, but will look into it if nothing better is offered.

Thanks to all for responding.  But I'd really prefer something BASIC for creating icons and simple bitmaps.  I am not a graphics designer.


bobby100

  • Full Member
  • ***
  • Posts: 164
    • Malzilla
Re: I need an Icon/Image Editor
« Reply #6 on: January 20, 2023, 11:33:24 pm »
I use Paint.NET
https://gitlab.com/bobby100 - my Lazarus components and units
https://sourceforge.net/u/boban_spasic/profile/ - my open source apps

https://malzilla.org/ - remainder at my previous life as a web security expert

wp

  • Hero Member
  • *****
  • Posts: 11916
Re: I need an Icon/Image Editor
« Reply #7 on: January 20, 2023, 11:53:05 pm »
If you intend to use the images in high-dpi aware applications you should know that icons are required in several sizes. Therefore, I'd recommend to draw the images in scalable svg vector format and export from there png bitmap images in the sizes required. Otherwise you'd have to redraw the bitmap images several times in different sizes.

A good application for this purpose is Inkscape.

[EDIT]
If you need icons you should always have a look at the Lazarus icon collection in the "images" folder of your Lazarus installation. In Laz/main we now have more than 400 motifs at 6 sizes in the "general_purpose" folder.
« Last Edit: January 20, 2023, 11:58:26 pm by wp »

dbannon

  • Hero Member
  • *****
  • Posts: 2796
    • tomboy-ng, a rewrite of the classic Tomboy
Re: I need an Icon/Image Editor
« Reply #8 on: January 20, 2023, 11:53:40 pm »
Might depend on your artistic ability (mine is very low).  If you are making Icons, then you typically end up needing the same icon in multiple resolutions. So, I have used (with just enough success) Inkscape to draw the 'picture' then export as bitmaps.

Real Icon making people would then go and hand edit each bitmap but efforts to do that always ended up with something worse !

Davo
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

Boleeman

  • Sr. Member
  • ****
  • Posts: 433
Re: I need an Icon/Image Editor
« Reply #9 on: January 23, 2023, 07:10:24 am »
I made some Icons with Greenfish Icon Editor for a colour mixing program, but they kind of look very flat and ordinary. There must be a technique to it.

Saw some code that does Phong Shading in one of the BGRABitmap threads. That looks cool.


Would love to find a tutorial on how to make those Reflective Glossy Icons.
I remember seeing something in an Inkscape tutorial somewhere on the Net.


 

TinyPortal © 2005-2018