Black Images - Word by Word

Word by word

Tags

Download Links

Black Images - Word by Word preview of Surah At-Tahrim ayah 8

66:8:1 66:8:2 66:8:3 66:8:4 66:8:5 66:8:6 66:8:7 66:8:8 66:8:9 66:8:10 66:8:11 66:8:12 66:8:13 66:8:14 66:8:15 66:8:16 66:8:17 66:8:18 66:8:19 66:8:20 66:8:21 66:8:22 66:8:23 66:8:24 66:8:25 66:8:26 66:8:27 66:8:28 66:8:29 66:8:30 66:8:31 66:8:32 66:8:33 66:8:34 66:8:35 66:8:36 66:8:37 66:8:38 66:8:39 66:8:40 66:8:41 66:8:42 66:8:43 66:8:44 66:8:45 66:8:46

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