CUT bitmap in part

Post Reply
lailton.webmaster
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

CUT bitmap in part

Post by lailton.webmaster »

i see in samples fivewin this pic.

Image

i already see in Delphi, VB that is possivel recort only part of picture to use.

someone meet function to make it ?

i want cut book by book simulation a image with very icon that will insert in toolbar.

? thanks
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: CUT bitmap in part

Post by ukoenig »

Hello,

Do You need only the images or a function ?
I wrote a function, cuts a defined image in equal pieces
and creates button-bmp's from the result.

Image

Regards
Uwe :lol:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
lailton.webmaster
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

Re: CUT bitmap in part

Post by lailton.webmaster »

I need cut icon by icon to use in tollbar

can u show me how u did it ?

thanks
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: CUT bitmap in part

Post by ukoenig »

You can use PAINT

1. Load the image ( book.bmp )
2. select View > Zoom > user-defined > 400 %
3. From the tools choose the area-marker
4. define the area for the button
5. choose copy of the selection

Image

1. From the file-menue choose new
2. Resize the new image to a smaller size like the cut-out button
( file-menue > picture > resize )
3. Choose paste ( The image will resize to the selected button-size )
4. Save the new button with a new name

The same You have to do for all buttons

Image

Regards
Uwe :lol:
Last edited by ukoenig on Wed Mar 11, 2009 8:25 pm, edited 1 time in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
lailton.webmaster
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

Re: CUT bitmap in part

Post by lailton.webmaster »

no... i want recort it with fivewin..
lailton.webmaster
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

Re: CUT bitmap in part (solved)

Post by lailton.webmaster »

SOLVED with ODO.prg "fwh/samples"

thanks
Post Reply