|
-
Oct 22nd, 2004, 03:44 AM
#1
Thread Starter
Addicted Member
dynamic image creation with original ASP
One of our systems creates an image with an ID on it.
It creates an xbm image.
This works fine except the c***s at Micro$soft have decided not to suport xbm in IE on XP SP2
Therefore, I need to create a gif or jpeg
I don't want to use extra DLLs if possible and ASP .NET is not an option.
I know there is a registry fix which will allow the browser to display xbm files but that is not an option either.
Any suggestions?
Thanks
Another light-hearted post from Guru 
-
Oct 22nd, 2004, 06:54 AM
#2
Um, dunno if there's code out there for this (not looked into it) but can you not just add the other dll (the one you don't want to) onto the server so it converts the xbm image into a gif/jpeg... Would be easier to implement?
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Oct 22nd, 2004, 07:47 PM
#3
Thread Starter
Addicted Member
Another light-hearted post from Guru 
-
Oct 25th, 2004, 09:28 AM
#4
Frenzied Member
WEll then, write a converter yourself, there really is no other option the way I see it...
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Oct 26th, 2004, 02:37 AM
#5
Thread Starter
Addicted Member
Which part off "no additional DLLs" doesn't anyone understand?
Another light-hearted post from Guru 
-
Oct 26th, 2004, 06:16 AM
#6
Fanatic Member
Dont ask for help and say that the only way its possible is out of the question.
Last edited by Wokawidget; Oct 27th, 2004 at 04:37 AM.
-
Oct 26th, 2004, 09:00 AM
#7
Thread Starter
Addicted Member
Last edited by Wokawidget; Oct 27th, 2004 at 04:22 AM.
Another light-hearted post from Guru 
-
Oct 26th, 2004, 10:43 AM
#8
Frenzied Member
Okay then smartass, don't post on this forum, non of us is obviously able to help you - I, however, am surprised that his excellency was not capable of figuring this out himself.
*cough* ***** *cough*
Whoops, made the small text big and the big text small, how clumsy of me
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Oct 26th, 2004, 03:11 PM
#9
Thread Starter
Addicted Member
I've got it 75% sussed now.
I can now store a gif as a hex string and write it out from within an asp page - without any additional DLLs.
I just need to suss out how to write uncompressed gifs
Another light-hearted post from Guru 
-
Oct 27th, 2004, 01:50 AM
#10
Fanatic Member
The best way would be to use a DLL to do this
-
Oct 27th, 2004, 04:17 AM
#11
Thread Starter
Addicted Member
The best way isn't always possible in the real world
Another light-hearted post from Guru 
-
Oct 27th, 2004, 04:19 AM
#12
Guru, you are not going about this the right way.
It's clear that the answer to your solution is what people have been suggesting.
I'd advice you not to get so irate when people are only trying to help.
People here have given up their own time to try and help you, and then you flame them...Hmmmm...will they help you in the future....I think not.
Woka
-
Oct 27th, 2004, 04:45 AM
#13
Fanatic Member
Originally posted by Guru
The best way isn't always possible in the real world
Why are you unable to use a DLL, for curiositys sake?
-
Oct 27th, 2004, 04:52 AM
#14
Originally posted by Guru
I just need to suss out how to write uncompressed gifs
Is that an easy thing to do?
Woka
-
Oct 27th, 2004, 04:06 PM
#15
Thread Starter
Addicted Member
Originally posted by davebat
Why are you unable to use a DLL, for curiositys sake?
Politics.
Deploying DLLs on a customer's server is more trouble than it's worth. There would also be licencing implications for third-party components
Another light-hearted post from Guru 
-
Oct 27th, 2004, 04:09 PM
#16
Thread Starter
Addicted Member
Originally posted by Wokawidget
Is that an easy thing to do?
Woka
I believe it is possible - originally devised to get round paying Unysis royalties for use of the LZW (?) compression algorythem.
Last edited by Guru; Oct 27th, 2004 at 05:06 PM.
Another light-hearted post from Guru 
-
Oct 28th, 2004, 03:15 AM
#17
Not sure if any of these will give you a hand (you've probably been there already)
http://www.wotsit.org/search.asp
http://tronche.com/computer-graphics/gif/
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Oct 28th, 2004, 04:13 AM
#18
Thread Starter
Addicted Member
Thanks Ecniv
I will check it out a bit later when I've got some time to spare.
I found a perl script last night which appears to do what I want; I just need to convert it to vbscript or javascript.
Another light-hearted post from Guru 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|