Title: ImageBase642File
Author: James Etu
Published: <strong>8 Haziran 2021</strong>
Last modified: 3 Ağustos 2022

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# ImageBase642File

 [James Etu](https://profiles.wordpress.org/donjajo/) tarafından

[İndir](https://downloads.wordpress.org/plugin/imagebase642file.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/imagebase642file/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/imagebase642file/#reviews)
 * [Geliştirme](https://tr.wordpress.org/plugins/imagebase642file/#developers)

 [Destek](https://wordpress.org/support/plugin/imagebase642file/)

## Açıklama

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

## SSS

### Does this plugin support other post types?

Currently, no. Only page and post are supported

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“ImageBase642File” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

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

[“ImageBase642File” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/imagebase642file)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/imagebase642file/),
[SVN deposuna](https://plugins.svn.wordpress.org/imagebase642file/) göz atın ya 
da [RSS](https://plugins.trac.wordpress.org/log/imagebase642file/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/imagebase642file/)
abone olun.

## Değişiklik Kaydı

v1.0.1
 – Support for product post type

## Meta

 *  Sürüm **1.0.1**
 *  Son güncelleme **4 yıl önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 5.1 veya üstü **
 *  Test edilen sürüm **6.0.12**
 *  PHP sürümü ** 7.1 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/imagebase642file/)
 * Etiketler
 * [convert image](https://tr.wordpress.org/plugins/tags/convert-image/)[image](https://tr.wordpress.org/plugins/tags/image/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/imagebase642file/advanced/)

## Puanlar

No reviews have been submitted yet.

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/imagebase642file/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/imagebase642file/)