image portion
-
is there a way i could get a specifc portion from an image in visual c++6. i meant to say if i had a image and i want to make another file of that image of its center portion only . looking forward from all the gurus of code
-
is there a way i could get a specifc portion from an image in visual c++6. i meant to say if i had a image and i want to make another file of that image of its center portion only . looking forward from all the gurus of code
i'm sure the various image classes on this site can help. or, as always, i know where you can find a commercial solution... -c
Cheap Oil. It's worth it!
-
i'm sure the various image classes on this site can help. or, as always, i know where you can find a commercial solution... -c
Cheap Oil. It's worth it!
Chris Losinger wrote: or, as always, i know where you can find a commercial solution... One can only imagine! :rolleyes: Jeremy L. Falcon Homepage : Sonork = 100.16311
"It was a blind man who taught me how to see." - Aerosmith -
is there a way i could get a specifc portion from an image in visual c++6. i meant to say if i had a image and i want to make another file of that image of its center portion only . looking forward from all the gurus of code
-
Chris Losinger wrote: or, as always, i know where you can find a commercial solution... One can only imagine! :rolleyes: Jeremy L. Falcon Homepage : Sonork = 100.16311
"It was a blind man who taught me how to see." - Aerosmith -
Chris Losinger wrote: i always mention the stuff here first! It really is a nice library. I for one will revisit it if I start a project requiring serious imagine processing. Jeremy L. Falcon Homepage : Sonork = 100.16311
"It was a blind man who taught me how to see." - Aerosmith -
is there a way i could get a specifc portion from an image in visual c++6. i meant to say if i had a image and i want to make another file of that image of its center portion only . looking forward from all the gurus of code
I think you can use the BitBlt function to clip your original image. Set the destination size to the size of the center portion you'll be copying. Set the source x and y coordinates to the top-left point of where you want to start copying from on the original image. For information about BitBlt, see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps\_0fzo.asp
-
i'm sure the various image classes on this site can help. or, as always, i know where you can find a commercial solution... -c
Cheap Oil. It's worth it!
Chris Losinger wrote: or, as always, i know where you can find a commercial solution... ...or use paintlib :)
Cheers,
Marc:beer: Click to see my *real* signature :beer:
-
is there a way i could get a specifc portion from an image in visual c++6. i meant to say if i had a image and i want to make another file of that image of its center portion only . looking forward from all the gurus of code