Title: ImageBase642File
Author: James Etu
Published: <strong>જૂન 8, 2021</strong>
Last modified: ઓગસ્ટ 3, 2022

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](https://s.w.org/plugins/geopattern-icon/imagebase642file.svg)

# ImageBase642File

 [James Etu](https://profiles.wordpress.org/donjajo/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/imagebase642file.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/imagebase642file/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/imagebase642file/#reviews)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/imagebase642file/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/imagebase642file/)

## વર્ણન

This plugin converts base64 encoded inline images to an absolute URL by; uploading
inline image into WordPress directory. This happens when a post is saved.

It converts this:
 `<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//
8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot" />`

To this:
 `<img src="https://site.com/wp-content/uploads/2021/05/post_title_id_no.
png" alt="Red dot" />`

I was working on an external editor to allow users to post on WordPress, this editor
embeds images in base64 encoded format. This makes post contents too long to load
on-page and also cannot be stored on buffer unless PHP is set to very high memory
usage.

This plugin converts the encoded base64 inline images to a link by scrapping out
the base64, decode, store to file and replace with the URL. The post content becomes
very short. This is over-engineered to prevent PHP memory limit when trying to copy
base64 encode to file. This plugin will perform each chunk copy on 76 characters,
76 bytes. This is the base64 line limit. There will never be an out of memory when
copying these images.
 And, it is faster than using regex

## એફએક્યુ (FAQ)

### Does this plugin support other post types?

Currently, no. Only page and post are supported

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ James Etu ](https://profiles.wordpress.org/donjajo/)

[“ImageBase642File” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/imagebase642file)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/imagebase642file/), 
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/imagebase642file/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/imagebase642file/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/imagebase642file/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

v1.0.1
 – Support for product post type

## મેટા

 *  વર્ઝન **1.0.1**
 *  છેલ્લી અપડેટ: **4 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10+**
 *  વર્ડપ્રેસ વર્ઝન ** 5.1 અથવા ઉચ્ચતર **
 *  **6.0.12** સુધી પરીક્ષણ કર્યું
 *  PHP સંસ્કરણ ** 7.1 અથવા ઉચ્ચતર **
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/imagebase642file/)
 * ટૅગ્સ:
 * [convert image](https://gu.wordpress.org/plugins/tags/convert-image/)[image](https://gu.wordpress.org/plugins/tags/image/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/imagebase642file/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[Your review](https://wordpress.org/support/plugin/imagebase642file/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/imagebase642file/reviews/)

## ફાળો આપનારા

 *   [ James Etu ](https://profiles.wordpress.org/donjajo/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/imagebase642file/)