473,322 Members | 1,417 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

converting images and open in fireworks

Hello,

I can convert the images now and view them in paint and in de preview window
from microsoft windows xp, but I can't open the images(gif, jpeg, ...) in
fireworks and photoshop.
Does anybody know what I do wrong?

Bitmap bmpHulp = new Bitmap(strFileToConvert);

Bitmap mybmp = new Bitmap(bmpHulp,bmpSiz);
mybmp.SetResolution(intResX,intResY);

mybmp.Save(newFileName);

Thanks,

Stefan
Nov 16 '05 #1
1 2233
Problem solved. I need to give the format when I save the image.
mybmp.Save(newFileName, imageformat.gif);


"stecus" <st************@ucad.be> wrote in message
news:rz********************@hestia.telenet-ops.be...
Hello,

I can convert the images now and view them in paint and in de preview window from microsoft windows xp, but I can't open the images(gif, jpeg, ...) in
fireworks and photoshop.
Does anybody know what I do wrong?

Bitmap bmpHulp = new Bitmap(strFileToConvert);

Bitmap mybmp = new Bitmap(bmpHulp,bmpSiz);
mybmp.SetResolution(intResX,intResY);

mybmp.Save(newFileName);

Thanks,

Stefan

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Les | last post by:
Hi, I'd like to find out how to use the window.open() script in Fireworks MX. I have posted my question in the Fireworks forum but didn't get any replies. Since it's javascript, maybe someone...
3
by: Dave | last post by:
Hi, I have an app that uses rollover images, but the images are still pulled from the web server during a mouseover instead of being pulled from memory. The code is as follows: the...
0
by: stecus | last post by:
Hello all, I can convert the images now and view them in paint and in de preview window from microsoft windows xp, but I can't open the images(gif, jpeg, ...) in fireworks and photoshop. Does...
1
by: Microsoft | last post by:
I am trying to add asp.net data based functionality to a html template that includes Dreamweaver Fireworks-based fly out menus. Things seem to run OK running through a browser but the doing...
4
by: Paul Keegstra | last post by:
Hello, I am working on a configurator application that needs to have a changing visual representation of the product being configured. I have a base image representing the 'core' requirements...
8
by: NurAzije | last post by:
Hi, I wonder is there a way or a function to take a high resolution image and change it to low resolution ?? I have a directory with a 200 pictures, and want to save them with the same width and...
8
by: CM | last post by:
Hi, Could anyone please help me? I am completing my Master's Degree and need to reproduce a Webpage in Word. Aspects of the page are lost and some of the text goes. I would really appreciate it....
3
by: Howler | last post by:
Hello all, I am having a hard time seeing what I am doing wrong with a program I am having to write that converts pbm monochrome images into a similar pgm file. The problem I am having is...
4
by: JoJo | last post by:
I followed along in Jeremy Keith's book "DOM Scripting" on how to make a image viewer that changes on clicking links. It is up for demo at: http://jojowebdesign.com/dom1.html My question is...
4
by: larry | last post by:
Ok I'm a Python noob, been doing OK so far, working on a data conversion program and want to create some character image files from an 8-bit ROM file. Creating the image I've got down, I open...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.