Search found 27 matches

by zued
Tue Sep 19, 2006 8:32 am
Forum: Coding Questions
Topic: Apple-like screensaver/image player project in purebasic..?
Replies: 1
Views: 690

Apple-like screensaver/image player project in purebasic..?

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 ...
by zued
Fri Feb 24, 2006 8:24 pm
Forum: Announcement
Topic: New Image plugin available for beta-testing
Replies: 74
Views: 43700

El_choni... Thanks. Workes great!

/svensken
by zued
Fri Feb 24, 2006 2:05 pm
Forum: Announcement
Topic: New Image plugin available for beta-testing
Replies: 74
Views: 43700

.PPM support ?

/svensken
by zued
Sun May 15, 2005 3:26 pm
Forum: Coding Questions
Topic: Color conversation & JPG
Replies: 11
Views: 2960

lol dagrack.. I give up....surrenders.. whatever..
Please enlight me more, as I come from a planet far far away ;)

We will meet again.. in another time and thread.. may the force be with you as I suspect that evil faxmachines will try to rise against you after this: and I quote again.
because ...
by zued
Sun May 15, 2005 2:50 pm
Forum: Coding Questions
Topic: Color conversation & JPG
Replies: 11
Views: 2960

yay your quote got mixed up.
.. I blame my smoking habbits
Yes but smoking or not who needs 1 bits images and for what exactly?
That you have to ask Garfield9992003 about.(old fax software maybe?)

theres one reason of why developers doesnt support "something"... might be because that ...
by zued
Sun May 15, 2005 2:22 pm
Forum: Coding Questions
Topic: Color conversation & JPG
Replies: 11
Views: 2960

50 bucks? what you've been smoking today?
... same old pot?


Yes dagcrack is right, you could use devIL..But imgsource is a commercial alternative.. ( smoking or not!)

btw - devIL doesnt support 1-bit images, -imgsource does..


ZuedTheSwede
by zued
Sun May 15, 2005 11:30 am
Forum: Coding Questions
Topic: Color conversation & JPG
Replies: 11
Views: 2960

look at http://www.smalleranimals.com/isource.htm

reasonable cheap

/ZuedTheSwede
by zued
Thu May 12, 2005 1:23 pm
Forum: Coding Questions
Topic: Reading and writing to a image in memory!?
Replies: 11
Views: 3216

Thanks dagcrack and thefool for all help!

I cracked the lcms thing today so i thought that i could share some of my findings :) (.. after all help i got from you.. maybe this could be of some assistance for you or others who stumbles into this thread ;))

This only workes between rgb-profiles at ...
by zued
Thu May 12, 2005 8:50 am
Forum: Coding Questions
Topic: Reading and writing to a image in memory!?
Replies: 11
Views: 3216

dagcrack.. did you compile your own dll or did you use the official one?
I heard some "rumors" that the official one missed some of the 3rd parties plugs, like the lcms plug.

/ZuedTheSwede
by zued
Wed May 11, 2005 3:10 pm
Forum: Coding Questions
Topic: Reading and writing to a image in memory!?
Replies: 11
Views: 3216

.. only one more question:

ilApplyProfile doesnt work...
everything else in this .dll workes now /with good quality

Anyone used this function before?

api-guide says:

ILboolean ilApplyProfile(
const ILstring InProfile,
const ILstring OutProfile
);

And I have got some valid .icm-files to try ...
by zued
Wed May 11, 2005 1:42 pm
Forum: Coding Questions
Topic: Reading and writing to a image in memory!?
Replies: 11
Views: 3216

Thanks for pointing me in the right direction !!!

ZuedTheSwede
by zued
Wed May 11, 2005 1:07 pm
Forum: Coding Questions
Topic: Reading and writing to a image in memory!?
Replies: 11
Views: 3216

ok..dagcrack

I come this far :


result=OpenLibrary(0,"devIL.dll")
result2=OpenLibrary(1,"ILU.dll")
imagename=CreateImage(0,100,100)
owerwrite$="IL_FILE_OVERWRITE"
CallFunction(0,"ilInit")

CallFunction(0,"ilGenImages",1,@imagename)

CallFunction(0,"ilBindImage",imagename)

CallFunction(0 ...
by zued
Wed May 11, 2005 9:16 am
Forum: Coding Questions
Topic: Reading and writing to a image in memory!?
Replies: 11
Views: 3216

hehe.. whats up!?..

The reason I find littleCMS is that I use IsedQuickPdf for exporting pdf-pages to bitmaps.. but quickpdf dont have the option/function of using colorprofiles so when exporting from a pdf that is in CMYK-format colors gets some oversaturated/"neon-like"(ok its not that simple ...
by zued
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 ...
by zued
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 ...