| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 2 
				Karma: 10 
				Join Date: Feb 2013 
				
				
				
				Device: Sony PRS-300 
				
				
				 | 
	
	
	
		
		
			
			 
			
			Shamelessly copied from the 'Kindle Fire' profile, and modified the things I'm sure of 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Code: 
	class KindleFireHDX7Output(KindleDXOutput):
    name = 'Kindle Fire HDX 7'
    short_name = 'kindle_fire_hdx_7'
    description = _('This profile is intended for the Amazon Kindle Fire HDX 7.')
    screen_size               = (1200, 1920)
    dpi                       = 323.0
    comic_screen_size = (1200, 1920)
    @classmethod
    def tags_to_string(cls, tags):
        # The idiotic fire doesn't obey the color:white directive
        from xml.sax.saxutils import escape
        return escape(', '.join(tags))
class KindleFireHDX89Output(KindleDXOutput):
    name = 'Kindle Fire HDX 8.9'
    short_name = 'kindle_fire_hdx_8_9'
    description = _('This profile is intended for the Amazon Kindle Fire HDX 8.9.')
    screen_size               = (1600, 2560)
    dpi                       = 339.0
    comic_screen_size = (1600, 2560)
    @classmethod
    def tags_to_string(cls, tags):
        # The idiotic fire doesn't obey the color:white directive
        from xml.sax.saxutils import escape
        return escape(', '.join(tags))
 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 creator of calibre 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609 
				Karma: 28549044 
				Join Date: Oct 2006 
				Location: Mumbai, India 
				
				
				Device: Various 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The exact screen resolution is probably not the correct number to be using, since the actual useable are in the renderer will be less than the spec size. Also there isn't much need for this profile, you might as well just use the Tablet Output profile which does no resizing of images at all. Modern devices are quite good at resizing images by themselves so there is no need for calibre to do it for them.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 2 
				Karma: 10 
				Join Date: Feb 2013 
				
				
				
				Device: Sony PRS-300 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I'll give it a try as soon as my spankin' new Fire HDX 8.9 arrives tomorrow :-) Greetings, Evert  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
| Tags | 
| amazon kindle fire hdx, output profile | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Calibre does not see my new Kindle Fire HDX | davisk53 | Amazon Fire | 25 | 03-06-2014 01:49 PM | 
| Kindle Fire HDX | Marc_liest | Amazon Kindle | 6 | 02-10-2014 01:36 PM | 
| Calibre and Kindle Fire HDX | missi1197 | Calibre | 20 | 02-01-2014 10:47 PM | 
| Some Kindle Fire HDX 8.9 love. | GatorDeb | Amazon Fire | 7 | 01-20-2014 08:30 PM | 
| Output Profile for Kindle Fire HDX 8.9" | Raklorian | Devices | 4 | 12-17-2013 07:02 PM |