導航:首頁 > 編程語言 > 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水平翻轉相關的資料

熱點內容
企業微信素材庫文件下載鏈接 瀏覽:582
pdf文件怎麼取消標黃 瀏覽:781
打電話時不能使用網路是什麼原因 瀏覽:919
ps怎麼將文件合並 瀏覽:747
java的日期格式化 瀏覽:981
電腦應用程序怎麼關 瀏覽:986
微信上鏈接在哪個文件夾 瀏覽:691
歐姆龍安裝打開找不到密鑰文件 瀏覽:302
蘋果基本表情 瀏覽:128
我的世界教育版編程在哪裡 瀏覽:842
pong文件夾找不到 瀏覽:759
69版本黑切 瀏覽:997
杭州道富java 瀏覽:635
知道qq號查微博賬號和密碼 瀏覽:294
紅手指自帶哪些app 瀏覽:103
手機用公司網路會被監控哪些 瀏覽:409
什麼叫py編程 瀏覽:370
微信紅包尾數作弊器ios 瀏覽:280
ipad備份文件夾 瀏覽:555
vivo手機qq下載的文件在哪裡 瀏覽:303

友情鏈接