Black Images - Word by Word

Word by word

Tags

Download Links

Black Images - Word by Word preview of Surah Al-Muddaththir ayah 31

74:31:1 74:31:2 74:31:3 74:31:4 74:31:5 74:31:6 74:31:7 74:31:8 74:31:9 74:31:10 74:31:11 74:31:12 74:31:13 74:31:14 74:31:15 74:31:16 74:31:17 74:31:18 74:31:19 74:31:20 74:31:21 74:31:22 74:31:23 74:31:24 74:31:25 74:31:26 74:31:27 74:31:28 74:31:29 74:31:30 74:31:31 74:31:32 74:31:33 74:31:34 74:31:35 74:31:36 74:31:37 74:31:38 74:31:39 74:31:40 74:31:41 74:31:42 74:31:43 74:31:44 74:31:45 74:31:46 74:31:47 74:31:48 74:31:49 74:31:50 74:31:51 74:31:52 74:31:53 74:31:54 74:31:55 74:31:56 74:31:57 74:31:58

Black Images - Word by Word Resource

This resource provides Quranic script in Black Images - Word by Word format. The script is rendered as high-quality images for optimal display and printing.

Sample JSON

{ "1:1": { "verse_key": "1:1", "text": "[Image URL]", "script_type": "qa_black_image_url", "font_family": "qpc-hafs", "words": [ { "position": 1, "text": "[Word Image URL]", "location": "1:1:1" } ], "page_number": 1, "juz_number": 1, "hizb_number": 1 } }

Field Descriptions

Field Type Description
verse_key String Reference in the format surah:ayah (e.g., 1:1)
text String URL to the image file containing the verse text
script_type String Type of script rendering (qa_black_image_url)
font_family String CSS font family for proper rendering (qpc-hafs)
words Array Array of word objects with individual word text/images
words[].position Integer Position of the word within the verse
words[].text String URL to the individual word image
words[].location String Word location in format surah:ayah:word
page_number Integer Mushaf page number where this verse appears
juz_number Integer Juz number (1-30) containing this verse
hizb_number Integer Hizb number (1-60) containing this verse

Usage Examples

CSS Integration

/* Include the font family in your CSS */
.quran-text {
  font-family: 'qpc-hafs', 'Amiri', serif;
  direction: rtl;
  text-align: right;
}

JavaScript Usage

// Fetch verse data
fetch('/api/v1/verses/1:1.json')
  .then(response => response.json())
  .then(data => {
    document.getElementById('verse').innerHTML = data.text;
    document.getElementById('verse').className = 'qpc-hafs';
  });

Features

  • High-quality Arabic text rendering
  • Proper diacritical marks and Tajweed annotations
  • Responsive design for different screen sizes
  • Word-by-word display for detailed study
  • Optimized image format for printing and display
  • Consistent visual quality across all devices