導航:首頁 > 編程語言 > java水平翻轉

java水平翻轉

發布時間:2024-03-22 18:37:32

A. java實現圖片旋轉90度的問題

翻轉來後源 orientation 屬性為6 。

public static void main(String[] args) throws ImageProcessingException, IOException {
File jpegFile= new File("C:\\Users\\Administrator\\Desktop\\IMG_0362.JPG");

Metadata metadata = ImageMetadataReader.readMetadata(jpegFile);
Directory directory = metadata.getDirectory(ExifIFD0Directory.class);
JpegDirectory jpegDirectory = (JpegDirectory)metadata.getDirectory(JpegDirectory.class);

// int orientation =0;

B. java翻轉字元串


importjava.util.Scanner;

publicclassTurnString{
publicstaticvoidmain(String[]args){
Scannersc=newScanner(System.in);
System.out.println("輸入字元版串");
Stringstr=sc.next();
System.out.println("翻轉前:權"+str);
Strings="";
for(inti=str.length()-1;i>=0;--i)
s+=str.charAt(i);
System.out.println("翻轉後:"+s);
}

}

閱讀全文

與java水平翻轉相關的資料

熱點內容
怎麼看自己愛奇藝賬號密碼 瀏覽:559
四維彩超怎麼看數據fl代表什麼 瀏覽:827
企業網站開發電話多少 瀏覽:761
手機qq動態推廣可信嗎 瀏覽:38
proe50零件裝配教程 瀏覽:312
c語言兩個程序合並 瀏覽:325
jspsession傳值中文亂碼 瀏覽:582
圖片表格用什麼文件填寫 瀏覽:403
為什麼從文件夾里拖出文件文件夾會自動關閉 瀏覽:907
javacsv製表符 瀏覽:922
蘋果電腦swapfile是什麼文件 瀏覽:839
咕咚app怎麼顯示最大攝氧量 瀏覽:569
天官賜福動漫app哪裡看 瀏覽:328
蓋茨編程怎麼樣 瀏覽:629
java動態生成菜單 瀏覽:491
如何將sql文件導入sqlserver 瀏覽:742
直播間都需要做哪些數據 瀏覽:120
python讀取txt文件split 瀏覽:307
qq和手機傳文件 瀏覽:423
endnotex72破解文件 瀏覽:531

友情鏈接