Hi.
Shooting away a couple of questions concerning a project of mine.
- Are PureBasics 2D routines capable of producing smooth fullscreen transitions and scaling in realtime with larger pictures (ex. 1024x768)?
Saw an code example of an "imageplayer" in the forum but it only produced static ...
Search found 27 matches
- Tue Sep 19, 2006 8:32 am
- Forum: Coding Questions
- Topic: Apple-like screensaver/image player project in purebasic..?
- Replies: 1
- Views: 690
- Fri Feb 24, 2006 8:24 pm
- Forum: Announcement
- Topic: New Image plugin available for beta-testing
- Replies: 74
- Views: 43700
- Fri Feb 24, 2006 2:05 pm
- Forum: Announcement
- Topic: New Image plugin available for beta-testing
- Replies: 74
- Views: 43700
- Sun May 15, 2005 3:26 pm
- Forum: Coding Questions
- Topic: Color conversation & JPG
- Replies: 11
- Views: 2960
- Sun May 15, 2005 2:50 pm
- Forum: Coding Questions
- Topic: Color conversation & JPG
- Replies: 11
- Views: 2960
- Sun May 15, 2005 2:22 pm
- Forum: Coding Questions
- Topic: Color conversation & JPG
- Replies: 11
- Views: 2960
- Sun May 15, 2005 11:30 am
- Forum: Coding Questions
- Topic: Color conversation & JPG
- Replies: 11
- Views: 2960
- Thu May 12, 2005 1:23 pm
- Forum: Coding Questions
- Topic: Reading and writing to a image in memory!?
- Replies: 11
- Views: 3216
- Thu May 12, 2005 8:50 am
- Forum: Coding Questions
- Topic: Reading and writing to a image in memory!?
- Replies: 11
- Views: 3216
- Wed May 11, 2005 3:10 pm
- Forum: Coding Questions
- Topic: Reading and writing to a image in memory!?
- Replies: 11
- Views: 3216
- Wed May 11, 2005 1:42 pm
- Forum: Coding Questions
- Topic: Reading and writing to a image in memory!?
- Replies: 11
- Views: 3216
- Wed May 11, 2005 1:07 pm
- Forum: Coding Questions
- Topic: Reading and writing to a image in memory!?
- Replies: 11
- Views: 3216
- Wed May 11, 2005 9:16 am
- Forum: Coding Questions
- Topic: Reading and writing to a image in memory!?
- Replies: 11
- Views: 3216
- Wed May 11, 2005 8:09 am
- Forum: Coding Questions
- Topic: Reading and writing to a image in memory!?
- Replies: 11
- Views: 3216
Reading and writing to a image in memory!?
Hi.
Cant find any usefull info about peek's and poke's with memory access adressing images(bitmaps).
Here's my 'problem'
Im going to use a dll that does some color correction with colorprofiles
(littleCMS), It cant use the whole image, it whants only partial information about the bitmap(pixel ...
Cant find any usefull info about peek's and poke's with memory access adressing images(bitmaps).
Here's my 'problem'
Im going to use a dll that does some color correction with colorprofiles
(littleCMS), It cant use the whole image, it whants only partial information about the bitmap(pixel ...
- Tue May 03, 2005 10:56 am
- Forum: Coding Questions
- Topic: Simple c++ to pure conversion? openlibrary..
- Replies: 0
- Views: 884
Simple c++ to pure conversion? openlibrary..
Hi again..
Have this .dll called "Little cms engine" but all examples are in c++
("Little cmc enging" does image color correction based on different profiles,, like for monitors,printers or scanners etc).
heres the c-code/
#include "lcms.h"
int main(void)
{
cmsHPROFILE hInProfile ...
Have this .dll called "Little cms engine" but all examples are in c++
("Little cmc enging" does image color correction based on different profiles,, like for monitors,printers or scanners etc).
heres the c-code/
#include "lcms.h"
int main(void)
{
cmsHPROFILE hInProfile ...