Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting pixel in JPG
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
01048135
Message ID:
01048251
Views:
20
Hi Michel,

How about drawing one-pixel frame around any posted image by default. That can be accomplished with GDI+ objects or GDI+ API calls:

Step 1: load picture
GDI+ supports main graphics formats like JPEG, BMP, PNG ...

Step 2: draw one-pixel frame around it

Step 3: save modified image back to the file
actually it's going to be not exactly "save" but "create new file/release GDI+ object/delete old file/rename new file"

Take a look at this image:
http://www.news2news.com/vfp/images/example457.jpg

It was created in those three steps in VFP plus GDI+ classes.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform