用image打开*.jpeg,然后保存为*.bmp.

解决方案 »

  1.   

    用一个优秀软件: IrfanView ,支持批量转换-------------------------------------------------------------------------------
    File  : 'about.txt' - Info about IrfanView
    Author: Irfan Skiljan
    E-Mail: [email protected]
    WWW   : http://www.irfanview.com
    -------------------------------------------------------------------------------What is IrfanView ?IrfanView is a fast FREEWARE image viewer/converter for Win9x/NT, Windows 2000
    and Windows XP.Supported file formats:
    AIF, ANI/CUR, ASF, AU/SND, AVI, BMP/DIB, CAM (Casio JPG), CLP, Dicom/ACR, 
    DJVU, EMF/WMF, EPS, FlashPix (FPX), FSH,  G3, GIF, ICO/ICL/EXE/DLL, IFF/LBM, 
    IMG (GEM), JPG2000, JPG/JPEG, KDC, LDF, LWF, MED, MID/RMI, MOV, MP3, MPG/MPEG,
    NLM/NOL/NGG, PBM/PGM/PPM, PCX/DCX, PhotoCD, PNG, PSD, PSP, RAS/SUN, 
    RealAudio (RA), RLE, SFF, SFW, SGI/RGB, SWF (Flash/Shockwave), TGA, 
    TIF/TIFF, WAV, WBMP, XBM, XPM.
     
    Support for Apple QuickTime: allows IrfanView to read following
    formats: MOV, QTIF, Mac PICT, FLI/FLC.Microsoft Media Player PlugIn: allows IrfanView to read following
    formats: ASF, AU/SND/AIF, AVI, DAT (VideoCD), MID/RMI, MOV, MP3,
    MPG/MPEG, WAV, WMA, WMF, etc. Some features of IrfanView:
    Multi language support, Thumbnail option, preview option, slideshow,
    drag & drop support, fast directory view (fast moving through directory),
    batch conversion, email option, audio CD player, print option, 
    change color depth, scan support, cut/crop, effects (sharpen, blur, 
    Photoshop filter factory), capturing, extract icons from EXE/DLLs, 
    lossless JPG rotation, many hotkeys, many command line options ...IrfanView was the first Windows graphic viewer (worldwide) with Animated-GIF 
    support !FREEWARE for non commercial use !Enjoy ! :-)-------------------------------------------------------------------------------
    IrfanView software is provided "as-is". 
    No warranty of any kind is expressed or implied. 
    -------------------------------------------------------------------------------
      

  2.   

    用AcdSee看图软件,点中Jpeg图片,右键-〉转换格式
      

  3.   

    用IrfanView ,你可以把 acdSee 扔了咯~~
      

  4.   

    IrfanView 比 AcdSee 绝对优秀的多,,,啦~~~
      

  5.   

    IrfanView 拿的荣誉比 acdsee 还多呢,,,
      

  6.   

    我给你一段代码吧:
    procedure TForm1.Button1Click(Sender: TObject);
    var
      BitMap: TBitMap;
    begin
      BitMap := TBitMap.Create;
      try
        with BitMap do
        begin
          Image1.Picture.LoadFromFile('h:\1998年.jpg');
          Assign(Image1.Picture.Graphic);
          SaveToFile('h:\1998年.bmp');
        end;
      finally
        BitMap.Free;
      end;
    end;
    你剩下的工作就是来个循环就行了
    —————————————————————————————————
    MaximStr := '宠辱不惊,看庭前花开花落,去留无意;
                 毁誉由人,望天上云卷云舒,聚散任风。';
    if Not Assigned(I) then
      I := TI.Create(Nil);
    I.Maxim := MaximStr;
    I.Explain := '假如上述代码中出现“OA”等字样,删除它们';
    I.Desire := '加不加分随你';
    —————————————————————————————————
           
      

  7.   

    var
     img:TImage;
     str:string;
    begin
     for i:=1 to 10000 do
     begin 
      img:=Timgage.create;
      if opendialog1.execute then
         str:=opendialog1.filename;
         img.picture.loadfromfile(str);
         img.picture.savetofile('c:\music\'+inttostr(i)+'.bmp');
     end; 
    end;
      

  8.   

    我的IrfanView 已经download下来了,我是我找不到批量修改的地方。
      

  9.   

    IrfanView批量修改图片在的地方。怎么操作。一万张图片从jpg到bmp
      

  10.   

    你还可以用ulead photoimpact 5来做
      

  11.   

    1.File(F) ------->  Batch Conversion/Rename
    打开批量转换对话框。2.然后在后面选择你的图片目录 -----> Add All
       
      设置 OupPut Directory输出目录。  Batch Conver Setting -----> Output Format 选Bmp