차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
game:eve:developers [2019/06/20 01:52] V_Lgame:eve:developers [2019/11/30 05:01] (현재) V_L
줄 2: 줄 2:
 {{tag> 이브온라인 게임}} {{tag> 이브온라인 게임}}
 ======Developers====== ======Developers======
 +
 +https://developers.eveonline.com/
 +
 +
 https://community.eveonline.com/community/fansites/toolkit/ https://community.eveonline.com/community/fansites/toolkit/
  
 https://developers.eveonline.com/resource/resources https://developers.eveonline.com/resource/resources
  
-https://www.fuzzwork.co.uk/dump/latest/+https://image.eveonline.com/ 
 + 
 +https://www.fuzzwork.co.uk/dump/latest/ 덤프 
 + 
 + 
 +https://www.fuzzwork.co.uk/dump/ 
 + 
 +https://tanchiki.wordpress.com/2017/01/07/excel-table-for-all-ships-eve-online/ 
 + 
 + 
 + 
 +코퍼레이션은 로고가 있고 캐릭터에는 초상화가 있으며, (EVE) 유형에는 아이콘과 렌더링이 있습니다. 
 + 
 +변형은 아래와 같이 resource_type/resource_id 로 사용됩니다. 
 + 
 +  
 + 
 +https://images.evetech.net/types/587 
 +https://images.evetech.net/corporations/109299958 
 +  
 + 
 +이미지 
 +  
 + 
 +위 경로에 변형을 추가하면 서비스는 존재하는 이미지를 응답합니다. 
 + 
 +현재 이 서비스는 아래 내용을 지원하고 있습니다. 
 + 
 +  
 + 
 +얼라이언스 로고 : https://images.evetech.net/alliances/99006941/logo 
 +캐릭터 초상화 : https://images.evetech.net/characters/458944878/portrait 
 +코퍼레이션 로고 : https://images.evetech.net/corporations/98416134/logo 
 +유형별 아이콘 : https://images.evetech.net/types/11567/icon 
 +유형별 렌더링 : https://images.evetech.net/types/11567/render 
 +  
 + 
 +쿼리 매개 변수 
 +  
 + 
 +이미지 크기 조정 및 다중 테넌시와 아래와 같은 방식으로 지원됩니다. 
 + 
 +  
 + 
 +https://images.evetech.net/types/11567/?tenant=singularity 
 +https://images.evetech.net/types/11567/render?size=256&tenant=singularity 
 + 
  
 +현재 이 서비스는 2의 거듭제곱 (32, 64, 128, 256, 512, 1024) 크기만 지원합니다.
  
 +명시적으로 크기를 지정하지 않으면 서비스에서는 임의로 크기를 지정합니다.
  
 +따라서 표시해야할 크기를 지정할 수 있으면 쿼리에 원하는 크기를 지정하는것이 좋습니다.